Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
ventaquil committed Jan 2, 2023
1 parent 43ae50c commit 4e1eecb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.3] - 2023-01-02

### Changed

Expand Down Expand Up @@ -63,7 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/ferric-bytes/chksum-build/compare/v0.0.2...HEAD
[0.0.3]: https://github.com/ferric-bytes/chksum-build/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/ferric-bytes/chksum-build/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/ferric-bytes/chksum-build/compare/v0.0.0...v0.0.1
[0.0.0]: https://github.com/ferric-bytes/chksum-build/releases/tag/v0.0.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chksum-build"
version = "0.0.2"
version = "0.0.3"
authors = ["Konrad Goławski <konrad@golawski.it>"]
edition = "2021"
rust-version = "1.58.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can update `Cargo.toml` on your own.
```toml
[build-dependencies]
# ...
chksum-build = "0.0.2"
chksum-build = "0.0.3"
```

Or use [`cargo add`](https://doc.rust-lang.org/cargo/commands/cargo-add.html) subcommand.
Expand All @@ -64,7 +64,7 @@ As in the example above you can add entry manually.
```toml
[dependencies]
# ...
chksum-build = "0.0.2"
chksum-build = "0.0.3"
```

Or by using subcommand.
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
//! ```toml
//! [build-dependencies]
//! # ...
//! chksum-build = "0.0.2"
//! chksum-build = "0.0.3"
//! ```
//!
//! Or use [`cargo add`](https://doc.rust-lang.org/cargo/commands/cargo-add.html) subcommand.
Expand All @@ -58,7 +58,7 @@
//! ```toml
//! [dependencies]
//! # ...
//! chksum-build = "0.0.2"
//! chksum-build = "0.0.3"
//! ```
//!
//! Or by using subcommand.
Expand Down

0 comments on commit 4e1eecb

Please sign in to comment.