mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
chore(release): prepare for v0.4.7
This commit is contained in:
parent
06ed5d94ae
commit
88e87b03b9
3 changed files with 12 additions and 3 deletions
11
CHANGELOG.md
11
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/),
|
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).
|
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
|
## [0.4.6] - 2024-05-12
|
||||||
### Details
|
### Details
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
- Create package folders
|
- Create package folders by @daimond113
|
||||||
- Colour single tick codeblocks properly by @daimond113
|
- Colour single tick codeblocks properly by @daimond113
|
||||||
|
|
||||||
|
#### Continuous Integration
|
||||||
|
- Update macos x86_64 image (the default is now arm) by @daimond113
|
||||||
|
|
||||||
#### Documentation
|
#### Documentation
|
||||||
- Bring back convert index note by @daimond113
|
- Bring back convert index note by @daimond113
|
||||||
- Correct manifest dependency format 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
|
#### Features
|
||||||
- :tada: initial commit by @daimond113
|
- :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.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.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
|
[0.4.4]: https://github.com/daimond113/pesde/compare/v0.4.3..v0.4.4
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3365,7 +3365,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pesde"
|
name = "pesde"
|
||||||
version = "0.4.6"
|
version = "0.4.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"auth-git2",
|
"auth-git2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pesde"
|
name = "pesde"
|
||||||
version = "0.4.6"
|
version = "0.4.7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["daimond113 <contact@daimond113.com>"]
|
authors = ["daimond113 <contact@daimond113.com>"]
|
||||||
|
|
Loading…
Reference in a new issue