Skip to content

Commit 379fb89

Browse files
committed
0.2.1
Automatically generated by python-semantic-release
1 parent 0f18bbb commit 379fb89

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33

44

5+
## v0.2.1 (2023-11-12)
6+
7+
### Documentation
8+
9+
* docs: update notes (#39)
10+
11+
- remove discussion of SSH Deploy Keys
12+
- add discussion of trusted publisher config in PyPI ([`efd7599`](https://github.com/abid-mujtaba/testing-fixtures/commit/efd759917e7a1e79a7fa9c252185cffc3f348d81))
13+
14+
### Fix
15+
16+
* fix: typo in version workflow (#41)
17+
18+
Typo in the workflow yaml ([`0f18bbb`](https://github.com/abid-mujtaba/testing-fixtures/commit/0f18bbb3c382cc7d894772044fc113139085d6ef))
19+
20+
* fix: use upstream semantic-release action (#40)
21+
22+
* ci: refactor build command
23+
24+
use the more popular `python -m build` instead of `pyproject-build`
25+
since they are exactly equivalent
26+
27+
* fix: switch to upstream semantic-release action
28+
29+
trying once again with the admin PAT and an explicit skip_build option
30+
since the primary problem with the upstream action was failure to build
31+
but we no longer need to build just to bump and release the new version ([`75b7cad`](https://github.com/abid-mujtaba/testing-fixtures/commit/75b7cadaf4d531098fa42c6edc0efc8fc386c731))
32+
33+
534
## v0.2.0 (2023-11-12)
635

736
### Feature

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

0 commit comments

Comments
 (0)