Skip to content

Commit

Permalink
Bump to version "0.0.33"
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Mar 23, 2020
1 parent c1d77cc commit d4f4acd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]


## [0.0.33] - 2020-03-23

### Update
* centerdevice-rs
* hubcaps-rs
Expand Down Expand Up @@ -207,7 +210,8 @@ Add deployments in Travis build.
### Changed
- `instances terminate` uses `warn!` macro instead of yellow `println!` to output warning in case of active dry mode.

[Unreleased]: https://github.com/centerdevice/ceres/compare/v0.0.32...HEAD
[Unreleased]: https://github.com/centerdevice/ceres/compare/v0.0.33...HEAD
[0.0.33]: https://github.com/centerdevice/ceres/compare/v0.0.32...v0.0.33
[0.0.32]: https://github.com/centerdevice/ceres/compare/v0.0.31...v0.0.32
[0.0.31]: https://github.com/centerdevice/ceres/compare/v0.0.30...v0.0.31
[0.0.30]: https://github.com/centerdevice/ceres/compare/v0.0.29...v0.0.30
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ceres"
version = "0.0.32"
version = "0.0.33"
authors = ["Lukas Pustina <[email protected]>"]
description = "SRE Tool for CenterDevice"
repository = "https://github.com/centerdevice/ceres.git"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ release: clean-package release-test release-bump all
release-test: check test clippy
cargo audit
cargo +nightly fmt -- --check
cargo publish --dry-run
#cargo publish --dry-run

release-bump:
cargo bump
Expand Down

0 comments on commit d4f4acd

Please sign in to comment.