Skip to content

Commit 8d93116

Browse files
committed
Doc: Prepare changelog for v0.4.3
1 parent a71c7f6 commit 8d93116

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[Unreleased]: https://github.com/rust-marker/marker/compare/v0.4.3-rc...HEAD
2-
[0.4.3-rc]: https://github.com/rust-marker/marker/releases/tag/v0.4.3-rc
1+
[Unreleased]: https://github.com/rust-marker/marker/compare/v0.4.3...HEAD
2+
[0.4.3]: https://github.com/rust-marker/marker/releases/tag/v0.4.3
33
[0.4.2]: https://github.com/rust-marker/marker/releases/tag/v0.4.2
44
[0.4.1]: https://github.com/rust-marker/marker/releases/tag/v0.4.1
55
[0.4.0]: https://github.com/rust-marker/marker/releases/tag/v0.4.0
@@ -27,7 +27,7 @@ The following components are considered to be internal and they are excluded fro
2727

2828
## [Unreleased]
2929

30-
## [0.4.3-rc] - 2023-12-02
30+
## [0.4.3] - 2023-12-02
3131

3232
[#326]: https://github.com/rust-marker/marker/pull/326
3333

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ license = "MIT OR Apache-2.0"
2626
repository = "https://github.com/rust-marker/marker"
2727

2828
# region replace marker version dev
29-
version = "0.5.0-dev"
29+
version = "0.4.3-dev"
3030
# endregion replace marker version dev
3131

3232
# The MSRV is applied to the public library crates published to crates.io
3333
rust-version = "1.66"
3434

3535
[workspace.dependencies]
3636
# region replace marker version dev
37-
marker_adapter = { path = "./marker_adapter", version = "0.5.0-dev" }
38-
marker_api = { path = "./marker_api", version = "0.5.0-dev" }
39-
marker_error = { path = "./marker_error", version = "0.5.0-dev" }
37+
marker_adapter = { path = "./marker_adapter", version = "0.4.3-dev" }
38+
marker_api = { path = "./marker_api", version = "0.4.3-dev" }
39+
marker_error = { path = "./marker_error", version = "0.4.3-dev" }
4040
marker_uitest = { path = "./marker_uitest", features = ["dev-build"] }
41-
marker_utils = { path = "./marker_utils", version = "0.5.0-dev" }
41+
marker_utils = { path = "./marker_utils", version = "0.4.3-dev" }
4242
# endregion replace marker version dev
4343

4444
bumpalo = "3.14"

cargo-marker/src/backend/driver.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ pub(crate) fn default_driver_info() -> DriverVersionInfo {
2121
toolchain: "nightly-2023-11-16".to_string(),
2222
// endregion replace rust toolchain dev
2323
// region replace marker version dev
24-
version: "0.5.0-dev".to_string(),
25-
api_version: "0.5.0-dev".to_string(),
24+
version: "0.4.3-dev".to_string(),
25+
api_version: "0.4.3-dev".to_string(),
2626
// endregion replace marker version dev
2727
}
2828
}

scripts/release/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Using config env vars (override these if needed):
6868
# This script isn't meant to be run from `master`, but if it is, then
6969
# it will install the latest version be it a stable version or a pre-release.
7070
# region replace marker version unstable
71-
$version = "0.4.3-rc"
71+
$version = "0.4.2"
7272
# endregion replace marker version unstable
7373

7474
# region replace rust toolchain release

scripts/release/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo "Bash version: $BASH_VERSION" >&2
2424
# This script isn't meant to be run from `master`, but if it is, then
2525
# it will install the latest version be it a stable version or a pre-release.
2626
# region replace marker version unstable
27-
version=0.4.3-rc
27+
version=0.4.2
2828
# endregion replace marker version unstable
2929

3030
# region replace rust toolchain release

0 commit comments

Comments
 (0)