Skip to content

Commit b813102

Browse files
author
semantic-release
committed
0.1.10
Automatically generated by python-semantic-release
1 parent 5627ed1 commit b813102

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33

44

5+
## v0.1.10 (2023-11-12)
6+
7+
### Fix
8+
9+
* fix: version bump (#37)
10+
11+
- fix typo in semantic-release config for specifying location of version inside the project
12+
- Add --skip-build since semantic-release does not need to build the project to bump the version
13+
- Remove build specific config from semantic-release ([`5627ed1`](https://github.com/abid-mujtaba/testing-fixtures/commit/5627ed1bb064702d14b756d429abd4cba92aff00))
14+
15+
516
## v0.1.9 (2023-11-12)
617

718
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "testing-fixtures"
7-
version = "0.0.2"
7+
version = "0.1.10"
88
authors = [
99
{ name = "Abid H. Mujtaba", email = "abid.naqvi83@gmail.com" }
1010
]

0 commit comments

Comments
 (0)