Skip to content

Commit

Permalink
Merge branch 'release/v0.1.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Nov 30, 2024
2 parents d3d7532 + fe74f57 commit 69a2dd2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

[tool.bumpversion]
current_version = "0.1.1"
current_version = "0.1.2"

[[tool.bumpversion.files]]
filename = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
The format is based on https://keepachangelog.com/[Keep a Changelog], and this
project adheres to https://semver.org/[Semantic Versioning].

== {compare-url}/v0.1.1\...HEAD[Unreleased]
== {compare-url}/v0.1.1\...v0.1.2[0.1.2] - 2024-11-30

=== Added

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "bit-int"
version = "0.1.1"
version = "0.1.2"
authors = ["Shun Sakai <[email protected]>"]
edition = "2021"
rust-version = "1.67.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
bit-int = "0.1.1"
bit-int = "0.1.2"
```

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
//! [C23]: https://en.cppreference.com/w/c/23
//! [Zig]: https://ziglang.org/
#![doc(html_root_url = "https://docs.rs/bit-int/0.1.1/")]
#![doc(html_root_url = "https://docs.rs/bit-int/0.1.2/")]
#![no_std]
// Lint levels of rustc.
#![deny(missing_docs)]
Expand Down

0 comments on commit 69a2dd2

Please sign in to comment.