Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
c2c8c6b554 chore(release): 0.1.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-07-04 11:25:02 +00:00
4 changed files with 4 additions and 14 deletions

View File

@ -6,11 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.3] - 2025-07-04
### Added
- allow readme
## [0.1.2] - 2025-07-04
### Added

2
Cargo.lock generated
View File

@ -645,7 +645,7 @@ dependencies = [
[[package]]
name = "noleader"
version = "0.1.1"
version = "0.1.0"
dependencies = [
"anyhow",
"async-nats",

View File

@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.1.3"
version = "0.1.2"
license = "MIT"
[workspace.dependencies]

View File

@ -1,12 +1,7 @@
[package]
name = "noleader"
edition = "2024"
readme = "../../README.md"
version.workspace = true
license.workspace = true
repository = "https://git.front.kjuulh.io/kjuulh/noleader"
authors = ["kjuulh <contact@kasperhermansen.com>"]
description = "A small leader election package using NATS keyvalue store as the distributed locking mechanism. Does not require a min / max set of nodes"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true