Skip to content

Commit c036f7e

Browse files
committed
Bump version number and update CHANGELOG.md for 1.1.0 release
1 parent de8e26c commit c036f7e

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,5 +2,11 @@
22

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

5+
## [1.1.0] - 2024-12-23
6+
* Restyled the whole application to look a bit nicer
7+
* Fixed missing git info (commit hash and ref name) in Docker builds
8+
* Added Mac OS builds for CI and Releases
9+
* Updated Cargo dependencies
10+
511
## [1.0.0] - 2024-12-20
612
First stable release.

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
@@ -6,7 +6,7 @@ categories = ["email"]
66
license = "MIT"
77
readme = "README.md"
88
repository = "https://github.com/cry-inc/dmarc-report-viewer"
9-
version = "1.0.0"
9+
version = "1.1.0"
1010
edition = "2021"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)