Skip to content

Commit

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

## [Unreleased]

## [0.2.2] - 2019-10-14
### Fixed
- Fixed broken implementations of `bool` and native arrays
- Fixed `char *` not printing as a string if `string.h` isn't included

## [0.2.1] - 2019-10-14
### Fixed
- Add workaround for [an old GCC bug](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47226) in `std::variant` and `std::tuple` printers

## [0.2.0] - 2019-10-13
### Add
### Added
- This change log
- Documentation!
- Support for the following types:
Expand Down Expand Up @@ -40,7 +45,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.1...master
[unreleased]: https://github.com/calebzulawski/hippo/compare/0.2.2...master
[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
[0.1.1]: https://github.com/calebzulawski/hippo/compare/0.1.0...0.1.1
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.1
PROJECT_NUMBER = 0.2.2

# 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.1'
release = '0.2.2'


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

0 comments on commit e2b1d79

Please sign in to comment.