Skip to content

Commit 7c611e2

Browse files
authored
Merge pull request #116 from stepchowfun/v1.0.6
Release v1.0.6
2 parents 80cca20 + b2062dc commit 7c611e2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.6] - 2023-07-01
9+
10+
### Changed
11+
- The output is now less verbose.
12+
813
## [1.0.5] - 2023-06-29
914

1015
### Changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "paxos"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
authors = ["Stephan Boyer <[email protected]>"]
55
edition = "2021"
66
description = "An implementation of single-decree Paxos."

0 commit comments

Comments
 (0)