You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+34
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,40 @@
2
2
3
3
4
4
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))
0 commit comments