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 11# Changelog
22
3- ## [ 0.2.0 ] - 2023-08-29
3+ ## [ 0.2.1 ] - 2023-08-29
44
55### Changed
66
1313[ `.as_ref()` ] : https://docs.rs/camino/latest/camino/struct.Utf8Path.html#impl-AsRef%3COsStr%3E-for-Utf8Path
1414[ `.as_std_path()` ] : https://docs.rs/camino/latest/camino/struct.Utf8Path.html#method.as_std_path
1515
16+ ## [ 0.2.0] - 2023-08-29
17+
18+ This version had a publishing issue.
19+
1620## [ 0.1.3] - 2022-08-15
1721
1822### Changed
@@ -48,7 +52,7 @@ There are no functional changes in this release.
4852
4953(Version 0.1.0 was yanked because of a metadata issue.)
5054
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
5256[ 0.1.3 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.3
5357[ 0.1.2 ] : https://github.com/nextest-rs/datatest-stable/releases/tag/datatest-stable-0.1.2
5458[ 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