Skip to content

Commit

Permalink
Update version number and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
calebzulawski committed Oct 14, 2019
1 parent 8846738 commit aacf7f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.3] - 2019-10-14
### Fixed
- Fixed broken implementation of `bool` (again)

## [0.2.2] - 2019-10-14
### Fixed
- Fixed broken implementations of `bool` and native arrays
Expand Down Expand Up @@ -45,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial implementation of pretty printers

[unreleased]: https://github.com/calebzulawski/hippo/compare/0.2.2...master
[unreleased]: https://github.com/calebzulawski/hippo/compare/0.2.3...master
[0.2.3]: https://github.com/calebzulawski/hippo/compare/0.2.2...0.2.3
[0.2.2]: https://github.com/calebzulawski/hippo/compare/0.2.1...0.2.2
[0.2.1]: https://github.com/calebzulawski/hippo/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/calebzulawski/hippo/compare/0.1.1...0.2.0
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Hippo"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.2.2
PROJECT_NUMBER = 0.2.3

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Expand Up @@ -19,7 +19,7 @@
author = 'Caleb Zulawski'

# The full version, including alpha/beta/rc tags
release = '0.2.2'
release = '0.2.3'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit aacf7f5

Please sign in to comment.