Skip to content

Commit 5008dc3

Browse files
author
semantic-release
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 9d585d8 commit 5008dc3

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33

44

5+
## v0.3.0 (2023-12-02)
6+
7+
### Ci
8+
9+
* ci: add semantic-pr workflow (#47)
10+
11+
Ensure that the PR title follows semantic commit style
12+
otherwise version bumping won't work because
13+
it looks at the commit titles to figure out if a bump is required and
14+
the category of bump ([`509ac27`](https://github.com/abid-mujtaba/testing-fixtures/commit/509ac27238db5f57ef58548f847fbb1b0682adb3))
15+
16+
### Feature
17+
18+
* feat: bump version to include deps (#49)
19+
20+
- Need a commit using semantic convention to trigger a bump version to
21+
pick up the latest change which was to add typing-extension as a dep ([`9d585d8`](https://github.com/abid-mujtaba/testing-fixtures/commit/9d585d827994dfa853e08738b64291b48218f6cb))
22+
23+
### Unknown
24+
25+
* Bump version to incorporate new deps (#48)
26+
27+
feat: bump version to incorporate new deps
28+
29+
- typing-extensions was added as a dependency but was not incorporated
30+
because the commit didn't have semantic style.
31+
- we have added a github action to validate that can no longer happen
32+
- still need to bump the version to include the new dep ([`6ba5364`](https://github.com/abid-mujtaba/testing-fixtures/commit/6ba536441a62bcec013f3f9c00b43b24cdf10773))
33+
34+
* Add typing-extensions as dependency (#46)
35+
36+
Used by library to support lower versions of Python ([`7d2b4a3`](https://github.com/abid-mujtaba/testing-fixtures/commit/7d2b4a39b0172fe257bcc43bbf02fca2b8f03b0d))
37+
38+
539
## v0.2.4 (2023-11-13)
640

741
### 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.2.4"
7+
version = "0.3.0"
88
authors = [
99
{ name = "Abid H. Mujtaba", email = "abid.naqvi83@gmail.com" }
1010
]

0 commit comments

Comments
 (0)