Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
rustic-release-plz[bot] authored Sep 25, 2024
1 parent 71c09d1 commit 382e5f6
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resolver = "2"
rust-version = "1.64.0"

[workspace.dependencies]
merge_derive = { path = "crates/merge_derive", version = "0.1.0" }
merge_derive = { path = "crates/merge_derive", version = "0.1.1" }

# see: https://nnethercote.github.io/perf-book/build-configuration.html
[profile.dev]
Expand Down
20 changes: 20 additions & 0 deletions crates/merge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Changelog

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.1.1](https://github.com/rustic-rs/merge/compare/merge-v0.1.0...merge-v0.1.1) - 2024-09-25

### Fixed

- clippy lint: explicit call to `.into_iter()` in function argument accepting `IntoIterator`

### Other

- *(deps)* update toml
- *(deps)* update dependencies
- update more of repository to align with rustic-rs org structure
<!---
SPDX-FileCopyrightText: 2020 Robin Krahl <[email protected]>
SPDX-License-Identifier: CC0-1.0
Expand Down
2 changes: 1 addition & 1 deletion crates/merge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "merge"
version = "0.1.0"
version = "0.1.1"
authors = ["Robin Krahl <[email protected]>", "the rustic-rs team"]
categories = ["rust-patterns"]
documentation = "https://docs.rs/merge"
Expand Down
14 changes: 14 additions & 0 deletions crates/merge_derive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Changelog

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.1.1](https://github.com/rustic-rs/merge/compare/merge_derive-v0.1.0...merge_derive-v0.1.1) - 2024-09-25

### Other

- update more of repository to align with rustic-rs org structure
<!---
SPDX-FileCopyrightText: 2020 Robin Krahl <[email protected]>
SPDX-License-Identifier: CC0-1.0
Expand Down
2 changes: 1 addition & 1 deletion crates/merge_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "merge_derive"
version = "0.1.0"
version = "0.1.1"
authors = ["Robin Krahl <[email protected]>", "the rustic-rs team"]
categories = ["rust-patterns"]
documentation = "https://docs.rs/merge_derive"
Expand Down

0 comments on commit 382e5f6

Please sign in to comment.