Skip to content

Commit

Permalink
0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Mar 1, 2024
1 parent 39a2842 commit 9937f50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- insertion marker -->
## Unreleased
## [v0.2.15](https://github.com/osrf/rocker/releases/tag/v0.2.15) - 2024-03-01

<small>[Compare with latest](https://github.com/osrf/rocker/compare/v0.2.14...HEAD)</small>
<small>[Compare with v0.2.14](https://github.com/osrf/rocker/compare/v0.2.14...v0.2.15)</small>

### Added

- Add changelog ([39a2842](https://github.com/osrf/rocker/commit/39a2842d03fec73b4b0d70c3922c4ab1c93c2cc0) by Tully Foote).
- Add a shorthand option for switching to alternate rmws (#268) ([35e68c1](https://github.com/osrf/rocker/commit/35e68c17232a50cfb3a781b066e2c0d6691cb07e) by Tully Foote).

<!-- insertion marker -->
## [v0.2.14](https://github.com/osrf/rocker/releases/tag/v0.2.14) - 2024-01-26

<small>[Compare with v0.2.13](https://github.com/osrf/rocker/compare/v0.2.13...v0.2.14)</small>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

kwargs = {
'name': 'rocker',
'version': '0.2.14',
'version': '0.2.15',
'packages': ['rocker'],
'package_dir': {'': 'src'},
'package_data': {'rocker': ['templates/*.em']},
Expand Down

0 comments on commit 9937f50

Please sign in to comment.