diff --git a/CHANGELOG.md b/CHANGELOG.md index d0fcced..a865e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.7] - 2024-05-12 +### Details +#### Features +- Parallel sourcemap generation + ## [0.4.6] - 2024-05-12 ### Details #### Bug Fixes -- Create package folders +- Create package folders by @daimond113 - Colour single tick codeblocks properly by @daimond113 +#### Continuous Integration +- Update macos x86_64 image (the default is now arm) by @daimond113 + #### Documentation - Bring back convert index note by @daimond113 - Correct manifest dependency format by @daimond113 @@ -160,6 +168,7 @@ Update repository field in Cargo.toml by @daimond113 in [#1](https://github.com/ #### Features - :tada: initial commit by @daimond113 +[0.4.7]: https://github.com/daimond113/pesde/compare/v0.4.6..v0.4.7 [0.4.6]: https://github.com/daimond113/pesde/compare/v0.4.5..v0.4.6 [0.4.5]: https://github.com/daimond113/pesde/compare/v0.4.4..v0.4.5 [0.4.4]: https://github.com/daimond113/pesde/compare/v0.4.3..v0.4.4 diff --git a/Cargo.lock b/Cargo.lock index e958c0c..4f92b83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3365,7 +3365,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pesde" -version = "0.4.6" +version = "0.4.7" dependencies = [ "anyhow", "auth-git2", diff --git a/Cargo.toml b/Cargo.toml index b306f4e..cf73d18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pesde" -version = "0.4.6" +version = "0.4.7" edition = "2021" license = "MIT" authors = ["daimond113 "]