cuprated: v0.0.2 version + changelog ()

* update

* !!

* update

* version
This commit is contained in:
hinto-janai 2025-04-09 10:05:45 -04:00 committed by GitHub
parent 159016f10e
commit 56d3459782
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 45 additions and 6 deletions
Cargo.lock
binaries/cuprated
misc/changelogs

2
Cargo.lock generated
View file

@ -1071,7 +1071,7 @@ dependencies = [
[[package]]
name = "cuprated"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"anyhow",
"async-trait",

View file

@ -1,6 +1,6 @@
[package]
name = "cuprated"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
description = "The Cuprate Rust Monero node."
license = "AGPL-3.0-only"

View file

@ -43,15 +43,15 @@ mod test {
fn version() {
let semantic_version = format!("{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}");
assert_eq!(VERSION, VERSION);
assert_eq!(VERSION, "0.0.1");
assert_eq!(VERSION, "0.0.2");
}
#[test]
fn version_build() {
if cfg!(debug_assertions) {
assert_eq!(VERSION_BUILD, "0.0.1-debug");
assert_eq!(VERSION_BUILD, "0.0.2-debug");
} else {
assert_eq!(VERSION_BUILD, "0.0.1-release");
assert_eq!(VERSION_BUILD, "0.0.2-release");
}
}
}

View file

@ -1,2 +1,4 @@
# Changelogs
This directory holds changelog files for binaries/libraries.
This directory holds changelog files for binaries/libraries.
The `latest.md` file is a symlink to the latest changelog.

View file

@ -0,0 +1,36 @@
# cuprated 0.0.2 Molybdenite (2025-04-09)
Cuprate is an alternative Monero node implementation.
This is the second release of the Cuprate node, `cuprated`.
To get started, see: <https://user.cuprate.org>.
For an FAQ on Cuprate, see: <https://user.cuprate.org/#faq>.
## Changes
- User book changes, config documentation ([#402](https://github.com/Cuprate/cuprate/pull/402), [#406](https://github.com/Cuprate/cuprate/pull/406), [#418](https://github.com/Cuprate/cuprate/pull/418))
- Blockchain reorganizations fixes ([#408](https://github.com/Cuprate/cuprate/pull/408))
- STDOUT/STDIN fixes ([#415](https://github.com/Cuprate/cuprate/pull/415))
- Replace remaining `println` with `tracing` ([#417](https://github.com/Cuprate/cuprate/pull/417))
- Fix blockchain database error mappings ([#419](https://github.com/Cuprate/cuprate/pull/419))
- Update `fast-sync` to height `3384832` ([#427](https://github.com/Cuprate/cuprate/pull/427))
## Downloads
For convenience, The following binaries are produced using GitHub CI in a non-reproducible way; it is highly recommended to build `cuprated` from source instead, see <https://user.cuprate.org/getting-started/source>.
| OS | Architecture | Download |
|---------|--------------|----------|
| Linux | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.2/cuprated-0.0.2-linux-x64.tar.gz>
| Linux | ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.2/cuprated-0.0.2-linux-arm64.tar.gz>
| macOS | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.2/cuprated-0.0.2-macos-x64.tar.gz>
| macOS | ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.2/cuprated-0.0.2-macos-arm64.tar.gz>
| Windows | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.2/cuprated-0.0.2-windows-x64.zip>
## Contributors
Thank you to everyone who directly contributed to this release:
- @Boog900
- @hinto-janai
- @jermanuts
There are other contributors that are not listed here, thank you to them as well.

View file

@ -0,0 +1 @@
0.0.2.md