Skip to content

Commit

Permalink
Merge pull request #11 from pleasantone/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.5.1
  • Loading branch information
pleasantone authored Jul 22, 2024
2 parents 34d7e8d + 2659088 commit 27594b2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.5.1](https://github.com/pleasantone/gpxtable/compare/v1.5.0...v1.5.1) (2024-07-18)


### Bug Fixes

* change asserts to exceptions ([55be527](https://github.com/pleasantone/gpxtable/commit/55be52726e1fa9a5b8d184c37d129d4c601a26de))
* **wsgi:** error handler ([f3cc839](https://github.com/pleasantone/gpxtable/commit/f3cc839abfe72f16fb0f0c13d9b768e77558c37d))


### Documentation

* Document point_types better ([44afc97](https://github.com/pleasantone/gpxtable/commit/44afc97af911b23079ee0fc64399bab499704ae3))
* get module from local path ([90a663b](https://github.com/pleasantone/gpxtable/commit/90a663bbfd5d2185dd44dbc351f0a93c000f0241))
* improve api documentation ([0cf8a74](https://github.com/pleasantone/gpxtable/commit/0cf8a74a23af25b075bd02804d080e51b430bfcb))
* **wsgi:** Document the WSGI wrapper in README ([5c34f63](https://github.com/pleasantone/gpxtable/commit/5c34f63dbb8f362ee6f7b8903d6812de24163dd9))

## [1.5.0](https://github.com/pleasantone/gpxtable/compare/v1.4.0...v1.5.0) (2024-07-16)


Expand Down
2 changes: 1 addition & 1 deletion src/gpxtable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
gpxtable - Create a markdown template from a Garmin GPX file for route information
"""

__version__ = "1.5.0"
__version__ = "1.5.1"
__all__ = ["GPXTableCalculator"]
__author__ = "Paul Traina"

Expand Down

0 comments on commit 27594b2

Please sign in to comment.