Skip to content

Commit

Permalink
Update change log and versions for 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calebzulawski committed Oct 14, 2019
1 parent ae7e103 commit dae6eda
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.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
- This change log
Expand Down Expand Up @@ -36,7 +40,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.0...master
[unreleased]: https://github.com/calebzulawski/hippo/compare/0.2.1...master
[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
[0.1.0]: https://github.com/calebzulawski/hippo/releases/tag/0.1.0
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.0
PROJECT_NUMBER = 0.2.1

# 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.0'
release = '0.2.1'


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

0 comments on commit dae6eda

Please sign in to comment.