Skip to content

Commit dfd30fd

Browse files
committed
fix publishing issue
1 parent 155d215 commit dfd30fd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717
- name: Install Rust
1818
uses: dtolnay/rust-toolchain@stable
19-
- run: cargo publish
19+
- run: cargo publish -p newtype-uuid
2020
env:
2121
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2222
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.0.0] - 2024-02-15
3+
## [1.0.1] - 2024-02-15
44

55
### Breaking changes
66

@@ -10,6 +10,10 @@
1010

1111
- Added `#[must_use]` annotations to constructors.
1212

13+
## [1.0.0] - 2024-02-15
14+
15+
(This version was not published due to a CI issue.)
16+
1317
## [0.3.0] - 2024-02-02
1418

1519
### Breaking changes
@@ -38,6 +42,7 @@ Documentation improvements.
3842

3943
Initial release.
4044

45+
[1.0.1]: https://github.com/oxidecomputer/newtype-uuid/releases/newtype-uuid-1.0.1
4146
[1.0.0]: https://github.com/oxidecomputer/newtype-uuid/releases/newtype-uuid-1.0.0
4247
[0.3.0]: https://github.com/oxidecomputer/newtype-uuid/releases/newtype-uuid-0.3.0
4348
[0.2.1]: https://github.com/oxidecomputer/newtype-uuid/releases/newtype-uuid-0.2.1

0 commit comments

Comments
 (0)