Skip to content

Commit

Permalink
Change package to semantic versioning and indicate stable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Dec 28, 2021
1 parent c37e24a commit 0fce0b8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
### causeinfer 0.1.2 (April 4, 2021)
# Changelog

causeinfer tries to follow [semantic versioning](https://semver.org/), a MAJOR.MINOR.PATCH version where increments are made of the:

- MAJOR version when we make incompatible API changes
- MINOR version when we add functionality in a backwards compatible manner
- PATCH version when we make backwards compatible bug fixes

# causeinfer 1.0.0 (December 28th, 2021)

- Release switches causeinfer over to [semantic versioning](https://semver.org/) and indicates that it is stable

# causeinfer 0.1.2 (April 4th, 2021)

Changes include:

Expand All @@ -11,7 +23,7 @@ Changes include:
- Extensive code formatting has been done to improve quality and style
- Bug fixes and a more explicit use of exceptions

### causeinfer 0.1.0 (Feb 25, 2021)
# causeinfer 0.1.0 (Feb 25th, 2021)

First stable release of causeinfer

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = "causeinfer developers"

# The full version, including alpha/beta/rc tags
release = "0.1.2.1"
release = "1.0.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages=find_packages(where="src"),
package_dir={"": "src"},
include_package_data=True,
version="0.1.2.1",
version="1.0.0",
author="Andrew Tavis McAllister",
author_email="[email protected]",
classifiers=[
Expand Down

0 comments on commit 0fce0b8

Please sign in to comment.