Skip to content

Commit

Permalink
Bumping version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mx7f committed Nov 29, 2017
1 parent e7c4dbb commit 1e272eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion API/src/version.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Semantic Version (http://semver.org/) of Opt
opt_version_major = 0
opt_version_minor = 2
opt_version_patch = 1
opt_version_patch = 2
opt_version_string = "v"..tostring(opt_version_major).."."..tostring(opt_version_minor).."."..tostring(opt_version_patch)
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
See the [roadmap](https://github.com/niessner/Opt/blob/master/ROADMAP.md) for near-future changes.

## [Unreleased]

## [0.2.2] - 2017-11-29
### Added
- Higher verbosity levels, along with documentation

Expand Down Expand Up @@ -41,7 +43,8 @@ See the [roadmap](https://github.com/niessner/Opt/blob/master/ROADMAP.md) for ne
### Fixed
- Memory leaks

[Unreleased]: https://github.com/niessner/Opt/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/niessner/Opt/compare/v0.2.2...HEAD
[0.2.1]: https://github.com/niessner/Opt/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/niessner/Opt/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/niessner/Opt/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/niessner/Opt/v0.1.0...v0.1.1
1 change: 0 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ See the [roadmap](https://github.com/niessner/Opt/blob/master/ROADMAP.md) for ne
- Improved Linux support
- Save compiled plans

[0.2.1]: https://github.com/niessner/Opt/milestone/2
[0.3.0]: https://github.com/niessner/Opt/milestone/3
[0.3.1]: https://github.com/niessner/Opt/milestone/4
[0.4.0]: https://github.com/niessner/Opt/milestone/5
Expand Down

0 comments on commit 1e272eb

Please sign in to comment.