Skip to content

Commit e8f2642

Browse files
chore(master): release 3.0.0 (#65)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e6be2fb commit e8f2642

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.6.2"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [3.0.0](https://github.com/alperensert/capmonster_python/compare/v2.6.2...v3.0.0) (2024-04-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* fixing the TurnstileTask class call and adding usage examples ([#64](https://github.com/alperensert/capmonster_python/issues/64))
9+
10+
### Bug Fixes
11+
12+
* fixing the TurnstileTask class call and adding usage examples ([#64](https://github.com/alperensert/capmonster_python/issues/64)) ([a159818](https://github.com/alperensert/capmonster_python/commit/a15981829e0175978678f0d0995cbba001dc582d))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="capmonster_python",
10-
version="2.6.2",
10+
version="3.0.0",
1111
packages=["capmonster_python"],
1212
url="https://github.com/alperensert/capmonster_python",
1313
long_description=long_description,

0 commit comments

Comments
 (0)