Skip to content

Commit c4f3a30

Browse files
committed
prepare v0.7.1 maintenance release
add back Cargo.lock for reproducible builds
1 parent 04d5ce9 commit c4f3a30

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.7.1 - 2024-12-27
6+
7+
### Maintenance
8+
9+
* add back `Cargo.lock` file to reproducible builds
10+
511
## v0.7.0 - 2024-12-27
612

713
### New Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "monocle"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Mingwei Zhang <mingwei@bgpkit.com>"]
55
edition = "2021"
66
readme = "README.md"

0 commit comments

Comments
 (0)