Skip to content

Commit

Permalink
0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Apr 1, 2024
1 parent b47fc22 commit 4b074a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ 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
## [0.2.16](https://github.com/osrf/rocker/releases/tag/0.2.16) - 2024-03-31

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

### Fixed

- Fix --user arg when using empy 4 (#276) ([4078d22](https://github.com/osrf/rocker/commit/4078d223a2158e9a6fea31d8871dc7df7ee094f0) by Gary Servin).

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

<small>[Compare with v0.2.14](https://github.com/osrf/rocker/compare/v0.2.14...v0.2.15)</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.15',
'version': '0.2.16',
'packages': ['rocker'],
'package_dir': {'': 'src'},
'package_data': {'rocker': ['templates/*.em']},
Expand Down

0 comments on commit 4b074a9

Please sign in to comment.