Skip to content

Commit c238598

Browse files
committed
Cut version 1.0.0
1 parent 4be4e5a commit c238598

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
Nothing Yet!
4+
5+
# Version 1.0.0 (2025-06-17)
6+
37
## Fixes
48

59
- Update GitHub Linux and Windows default runners to `ubuntu-22.04` and `windows-2022`.

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ edition = "2021"
1818
license = "MIT OR Apache-2.0"
1919
repository = "https://github.com/oxidecomputer/cargo-dist"
2020
homepage = "https://opensource.axo.dev/cargo-dist/"
21-
version = "1.0.0-rc.3"
21+
version = "1.0.0"
2222
rust-version = "1.74"
2323

2424
[workspace.dependencies]
2525
# intra-workspace deps (you need to bump these versions when you cut releases too!
26-
dist-schema = { version = "=1.0.0-rc.3", path = "cargo-dist-schema" }
27-
axoproject = { version = "=1.0.0-rc.3", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
26+
dist-schema = { version = "=1.0.0", path = "cargo-dist-schema" }
27+
axoproject = { version = "=1.0.0", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
2828

2929
# vendored first-party deps
3030
axocli = { version = "0.2.0", path = "vendor/axocli" }

0 commit comments

Comments
 (0)