Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 05fa3f4

Browse files
committed
chore(release): 2.0.0 [skip actions]
Automatically generated by python-semantic-release
1 parent 1134413 commit 05fa3f4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.0.0 (2023-03-27)
6+
### Feature
7+
* Bump Actions versions to latest, default Pyton to `3.9` ([`de94b2b`](https://github.com/agblox/github-reusable-workflows/commit/de94b2bcd480956053d23859fe0d8e8da0d27d72))
8+
9+
### Fix
10+
* Set-output deprecation notice ([`e45e5c4`](https://github.com/agblox/github-reusable-workflows/commit/e45e5c4a60d2c11130f60ae2db8019d363a8c427))
11+
12+
### Breaking
13+
* bump Actions versions to latest, default Pyton to `3.9` ([`de94b2b`](https://github.com/agblox/github-reusable-workflows/commit/de94b2bcd480956053d23859fe0d8e8da0d27d72))
14+
515
## v1.0.6 (2022-10-07)
616
### Fix
717
* No coverage file created after Python unit tests ([`0d56765`](https://github.com/agblox/github-reusable-workflows/commit/0d56765b44fe951c3c85262b90dc6a2e708a2675))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.semantic_release]
2-
version = "1.0.6"
2+
version = "2.0.0"
33
version_variable = [
44
"pyproject.toml:version"
55
]

0 commit comments

Comments
 (0)