mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
v0.6.2
This commit is contained in:
parent
ee7b270d9c
commit
aa11a3682a
4 changed files with 12 additions and 11 deletions
|
|
@ -5,7 +5,7 @@ All notable changes to components of this project since 0.5.14 will be documente
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
## [0.6.2] - 2024-12-10
|
||||
|
||||
### Added
|
||||
|
||||
|
|
@ -62,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
History start.
|
||||
|
||||
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.1..HEAD
|
||||
[unreleased]: https://github.com/iffse/pay-respects/compare/v0.6.2..HEAD
|
||||
[0.6.2]: https://github.com/iffse/pay-respects/compare/v0.6.1..v0.6.2
|
||||
[0.6.1]: https://github.com/iffse/pay-respects/compare/v0.6.0..v0.6.1
|
||||
[0.6.0]: https://github.com/iffse/pay-respects/compare/v0.5.15..v0.6.0
|
||||
[0.5.15]: https://github.com/iffse/pay-respects/compare/v0.5.14..v0.5.15
|
||||
|
|
|
|||
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -468,12 +468,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pay-respects"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
dependencies = [
|
||||
"colored",
|
||||
"inquire",
|
||||
"pay-respects-parser 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pay-respects-utils 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pay-respects-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"regex-lite",
|
||||
"rust-i18n",
|
||||
"sys-locale",
|
||||
|
|
@ -496,7 +496,7 @@ dependencies = [
|
|||
name = "pay-respects-module-runtime-rules"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"pay-respects-utils 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pay-respects-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"regex-lite",
|
||||
"serde",
|
||||
"toml 0.8.19",
|
||||
|
|
@ -528,16 +528,16 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pay-respects-utils"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"regex-lite",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pay-respects-utils"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bf4faa3caa777077a3260ad64dd6dec18d8f5d5e6c6c72c0c1b03dfd3ab4880d"
|
||||
checksum = "7ad6e7e598ddfdf6ed22d137033eb8633cda8a6f44213a06e56076c34ff944ea"
|
||||
dependencies = [
|
||||
"regex-lite",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "pay-respects"
|
||||
authors = ["iff <iff@ik.me>"]
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
edition = "2021"
|
||||
|
||||
# for crates.io
|
||||
|
|
@ -22,7 +22,7 @@ regex-lite = "0.1"
|
|||
inquire = "0.7.5"
|
||||
|
||||
pay-respects-parser = "0.3.3"
|
||||
pay-respects-utils = "0.1.1"
|
||||
pay-respects-utils = "0.1.2"
|
||||
# pay-respects-parser = { path = "../parser" }
|
||||
# pay-respects-utils = { path = "../utils"}
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ regex-lite = "0.1"
|
|||
|
||||
toml = { version = "0.8" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
pay-respects-utils = "0.1.1"
|
||||
pay-respects-utils = "0.1.2"
|
||||
# pay-respects-utils = { path = "../utils" }
|
||||
|
||||
[[bin]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue