Skip to content

Commit

Permalink
Bump back to v1.12.0-dev
Browse files Browse the repository at this point in the history
Signed-off-by: TomSweeneyRedHat <[email protected]>
  • Loading branch information
TomSweeneyRedHat committed Sep 13, 2019
1 parent 0bafbfe commit 1dddf66
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Changelog

## v1.11.2 (2019-09-13)
Add some cleanup code
Move devices code to unit specific directory.
Bump back to v1.12.0-dev

## v1.11.1 (2019-09-11)
Add --devices flag to bud and from
Downgrade .papr to highest atomic verion
Expand Down
2 changes: 1 addition & 1 deletion buildah.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.11.2"
Version = "1.12.0-dev"
// The value we use to identify what type of information, currently a
// serialized Builder structure, we are using as per-container state.
// This should only be changed when we make incompatible changes to
Expand Down
4 changes: 3 additions & 1 deletion contrib/rpm/buildah.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

Name: buildah
# Bump version in buildah.go too
Version: 1.11.2
Version: 1.12.0-dev
Release: 1.git%{shortcommit}%{?dist}
Summary: A command line tool used to creating OCI Images
License: ASL 2.0
Expand Down Expand Up @@ -100,6 +100,8 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/*

%changelog
* Fri Sep 13, 2019 Tom Sweeney <[email protected]> 1.12.0-dev-1

* Fri Sep 13, 2019 Tom Sweeney <[email protected]> 1.11.2-1
- Add some cleanup code
- Move devices code to unit specific directory.
Expand Down

0 comments on commit 1dddf66

Please sign in to comment.