Skip to content

Commit

Permalink
Bump version to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkkd committed Dec 22, 2022
1 parent f69fa87 commit 207eb78
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v2.1 - 2022-12-22

Includes:

- Remove the assert_never helper ([#16](https://github.com/octoenergy/xocto/pull/16))
- Add common pact testing test fixtures #18 ([#18](https://github.com/octoenergy/xocto/pull/18))
- Add S3 reusable code ([#19](https://github.com/octoenergy/xocto/pull/19))

Starting from this release, this project will be versioned using [Semantic Versioning ](https://semver.org/):

> Given a version number MAJOR.MINOR.PATCH, increment the:
> * MAJOR version when you make incompatible API changes
> * MINOR version when you add functionality in a backwards compatible manner
> * PATCH version when you make backwards compatible bug fixes
> * Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
In practice this has been happening already, but we are now making it official.

## v2.0 - 2022-07-31

Includes:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

REPO_ROOT = path.abspath(path.dirname(__file__))

VERSION = "3.0"
VERSION = "2.1"

with open(path.join(REPO_ROOT, "README.md"), encoding="utf-8") as f:
long_description = f.read()
Expand Down

0 comments on commit 207eb78

Please sign in to comment.