Skip to content

Commit

Permalink
Merge pull request #14 from pleasantone/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 2.0.0
  • Loading branch information
pleasantone authored Aug 3, 2024
2 parents ec2ecc4 + 35be0d5 commit d46c7b2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.0.0](https://github.com/pleasantone/gpxtable/compare/v1.5.2...v2.0.0) (2024-08-03)


### ⚠ BREAKING CHANGES

* **wsgi:** convert WSGI into a factory

### Features

* **wsgi:** convert WSGI into a factory ([065ec92](https://github.com/pleasantone/gpxtable/commit/065ec92435fbdeb8e10e210b8442cfb832cc2ee5))


### Bug Fixes

* formatting cleanups ([12c500d](https://github.com/pleasantone/gpxtable/commit/12c500d88ec4fe068a95c34d1c014cbab950baea))
* minor code cleanup ([40a1be7](https://github.com/pleasantone/gpxtable/commit/40a1be7e573b957c2560f5fa1f87e18ce8e070f1))

## [1.5.2](https://github.com/pleasantone/gpxtable/compare/v1.5.1...v1.5.2) (2024-08-01)


Expand Down
2 changes: 1 addition & 1 deletion src/gpxtable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from .gpxtable import GPXTableCalculator

__version__ = "1.5.2"
__version__ = "2.0.0"
__all__ = ["GPXTableCalculator"]
__author__ = "Paul Traina"

0 comments on commit d46c7b2

Please sign in to comment.