cob: Update to 0.18.0
This commit is contained in:
parent
186d8d30fe
commit
84e9ffe4dc
|
|
@ -2993,7 +2993,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "radicle-cob"
|
name = "radicle-cob"
|
||||||
version = "0.17.0"
|
version = "0.18.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastrand",
|
"fastrand",
|
||||||
"git-ref-format-core",
|
"git-ref-format-core",
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ qcheck-macros = { version = "1", default-features = false }
|
||||||
radicle = { version = "0.21", path = "crates/radicle" }
|
radicle = { version = "0.21", path = "crates/radicle" }
|
||||||
radicle-cli = { version = "0.18", path = "crates/radicle-cli" }
|
radicle-cli = { version = "0.18", path = "crates/radicle-cli" }
|
||||||
radicle-cli-test = { path = "crates/radicle-cli-test" }
|
radicle-cli-test = { path = "crates/radicle-cli-test" }
|
||||||
radicle-cob = { version = "0.17", path = "crates/radicle-cob" }
|
radicle-cob = { version = "0.18", path = "crates/radicle-cob" }
|
||||||
radicle-core = { version = "0.1", path = "crates/radicle-core" }
|
radicle-core = { version = "0.1", path = "crates/radicle-core" }
|
||||||
radicle-crypto = { version = "0.14", path = "crates/radicle-crypto" }
|
radicle-crypto = { version = "0.14", path = "crates/radicle-crypto" }
|
||||||
radicle-dag = { version = "0.10", path = "crates/radicle-dag" }
|
radicle-dag = { version = "0.10", path = "crates/radicle-dag" }
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
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.1.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
## 0.18.0
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- The `radicle_cob::git::stable` module was removed, including the `STEP` and
|
||||||
|
`STABLE_TIME` constants, and the `read_timestamp` and
|
||||||
|
`with_advanced_timestamp` functions.
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
*No security updates.*
|
||||||
|
|
@ -3,7 +3,7 @@ name = "radicle-cob"
|
||||||
description = "Radicle Collaborative Objects library"
|
description = "Radicle Collaborative Objects library"
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
repository.workspace = true
|
repository.workspace = true
|
||||||
version = "0.17.0"
|
version = "0.18.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Alex Good <alex@memoryandthought.me>",
|
"Alex Good <alex@memoryandthought.me>",
|
||||||
"Fintan Halpenny <fintan.halpenny@gmail.com>",
|
"Fintan Halpenny <fintan.halpenny@gmail.com>",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue