Skip to content

Commit 67f778a

Browse files
author
semantic-release
committed
0.2.2
Automatically generated by python-semantic-release
1 parent 480cf2a commit 67f778a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33

44

5+
## v0.2.2 (2023-11-12)
6+
7+
### Fix
8+
9+
* fix: semantic-release committer name (#42)
10+
11+
the switch to the upstream semantic-release action meant that
12+
the committer name changed from semantic-release to github-actions
13+
14+
we explicitly configure the action to use the former name since that is
15+
what is expected by the other publish workflow ([`480cf2a`](https://github.com/abid-mujtaba/testing-fixtures/commit/480cf2a68f11cd6b60a78a3d23187a24dcc14ff5))
16+
17+
518
## v0.2.1 (2023-11-12)
619

720
### Documentation

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

0 commit comments

Comments
 (0)