File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 0.2.0 ] - 2023-08-29
3
+ ## [ 0.2.1 ] - 2023-08-29
4
4
5
5
### Changed
6
6
13
13
[ `.as_ref()` ] : https://docs.rs/camino/latest/camino/struct.Utf8Path.html#impl-AsRef%3COsStr%3E-for-Utf8Path
14
14
[ `.as_std_path()` ] : https://docs.rs/camino/latest/camino/struct.Utf8Path.html#method.as_std_path
15
15
16
+ ## [ 0.2.0] - 2023-08-29
17
+
18
+ This version had a publishing issue.
19
+
16
20
## [ 0.1.3] - 2022-08-15
17
21
18
22
### Changed
@@ -48,7 +52,7 @@ There are no functional changes in this release.
48
52
49
53
(Version 0.1.0 was yanked because of a metadata issue.)
50
54
51
- [ 0.2.0 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.0
55
+ [ 0.2.0 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.2.1
52
56
[ 0.1.3 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.3
53
57
[ 0.1.2 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.2
54
58
[ 0.1.1 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.1
Original file line number Diff line number Diff line change
1
+ sign-tag = true
2
+ # Required for templates below to work
3
+ consolidate-commits = false
4
+ pre-release-commit-message = " [{{crate_name}}] version {{version}}"
5
+ tag-message = " [{{crate_name}}] version {{version}}"
6
+ tag-name = " datatest-stable-{{version}}"
7
+ publish = false
8
+ dependent-version = " upgrade"
You can’t perform that action at this time.
0 commit comments