Skip to content

Commit

Permalink
post PR metadata update and release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
rustonaut committed May 25, 2024
1 parent e62893c commit bc8e2ce
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

# Change Log

## Version 1.13.0 (pending)
## Version 1.12.1 (25.05.2024)

- Reduced minimal rust version to 1.71.1

## Version 1.12.0 (27.03.2024)

Expand Down
6 changes: 5 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
Names sorted alphabetically by github nickname.
Contributions ordered by PR number.

## Ben Schulz @benschulz
## Ben Schulz @benschulz

- [Relax lifetime constraints on mapped_ref and mapped_mut](https://github.com/rustonaut/vec1/pull/30)

## dahlbaek @dahlbaek

- [Reduce rust-version to 1.71.1](https://github.com/rustonaut/vec1/pull/34)

## eignnx @eignnx

- [mention serde support in README](https://github.com/rustonaut/vec1/pull/16)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "1.13.0"
version = "1.12.1"
authors = ["Philipp Korber <[email protected]>"]
categories = ["data-structures"]
description = "a std Vec wrapper assuring that it has at least 1 element"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.74"
channel = "1.71.1"

0 comments on commit bc8e2ce

Please sign in to comment.