File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 16
16
persist-credentials : false
17
17
- name : Install Rust
18
18
uses : dtolnay/rust-toolchain@stable
19
- - run : cargo publish
19
+ - run : cargo publish -p newtype-uuid
20
20
env :
21
21
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
22
22
- uses : taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 1.0.0 ] - 2024-02-15
3
+ ## [ 1.0.1 ] - 2024-02-15
4
4
5
5
### Breaking changes
6
6
10
10
11
11
- Added ` #[must_use] ` annotations to constructors.
12
12
13
+ ## [ 1.0.0] - 2024-02-15
14
+
15
+ (This version was not published due to a CI issue.)
16
+
13
17
## [ 0.3.0] - 2024-02-02
14
18
15
19
### Breaking changes
@@ -38,6 +42,7 @@ Documentation improvements.
38
42
39
43
Initial release.
40
44
45
+ [ 1.0.1 ] : https://github.com/oxidecomputer/newtype-uuid/releases/newtype-uuid-1.0.1
41
46
[ 1.0.0 ] : https://github.com/oxidecomputer/newtype-uuid/releases/newtype-uuid-1.0.0
42
47
[ 0.3.0 ] : https://github.com/oxidecomputer/newtype-uuid/releases/newtype-uuid-0.3.0
43
48
[ 0.2.1 ] : https://github.com/oxidecomputer/newtype-uuid/releases/newtype-uuid-0.2.1
You can’t perform that action at this time.
0 commit comments