Skip to content

Commit

Permalink
Bump to version "0.4.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Mar 11, 2020
1 parent 0b80c1c commit 6569d32
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 @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]


## [0.4.1] - 2020-03-11

### Change
* Disable native-tls for reqwest; only use rust-tls

Expand Down Expand Up @@ -128,7 +131,8 @@ Initial release supports
* delete
* download

[Unreleased]: https:/lukaspustina/ceres/compare/v0.4.0...HEAD
[Unreleased]: https:/lukaspustina/ceres/compare/v0.4.1...HEAD
[0.4.1]: https:/lukaspustina/ceres/compare/v0.4.0...0.4.1
[0.4.0]: https:/lukaspustina/ceres/compare/v0.3.12...0.4.0
[0.3.12]: https:/lukaspustina/ceres/compare/v0.3.10...0.3.12
[0.3.10]: https:/lukaspustina/ceres/compare/v0.3.9...0.3.10
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 = "centerdevice"
version = "0.4.0"
version = "0.4.1"
authors = ["Lukas Pustina <[email protected]>"]
description = "Rust API Client for CenterDevice"
repository = "https:/centerdevice/centerdevice-rs.git"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ release: clean-package release-test release-bump all
git tag v$$(cargo read-manifest | jq -r .version)

release-test: check test clippy
cargo audit --deny-warnings
cargo audit
cargo +nightly fmt -- --check
cargo publish --dry-run --allow-dirty

Expand Down

0 comments on commit 6569d32

Please sign in to comment.