Skip to content

Commit

Permalink
nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Dec 18, 2024
1 parent 2586f31 commit 6e0598b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -6,4 +6,4 @@ resolver = "2"


[workspace.dependencies]
bar = { path = "./crates/bar", version = "0.1.5" }
bar = { path = "./crates/bar", version = "0.1.6-nightly.0" }
6 changes: 6 additions & 0 deletions bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.6-nightly.0 (2024-12-18)

### Fixes

- Let's test a nightly

## 0.1.5 (2024-12-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion bar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bar"
version = "0.1.5"
version = "0.1.6-nightly.0"
edition = "2021"

[dependencies]
6 changes: 6 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.5-nightly.3 (2024-12-18)

### Fixes

- Let's test a nightly

## 0.1.5-nightly.2 (2024-12-18)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.1.5-nightly.2"
version = "0.1.5-nightly.3"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 6e0598b

Please sign in to comment.