Skip to content

Commit a1d3715

Browse files
committed
Bump version number and update CHANGELOG.md for 1.1.1 release
1 parent c3265b4 commit a1d3715

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

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

5+
## [1.1.1] - 2024-12-31
6+
* Some minor UI styling improvements and fixes
7+
* Fixed XML count bug in mails table
8+
* Better subject shortening for mails table
9+
* Updated Cargo dependencies
10+
* Added embedded help for some of the harder to understand policy fields in reports
11+
512
## [1.1.0] - 2024-12-23
613
* Restyled the whole application to look a bit nicer
714
* Fixed missing git info (commit hash and ref name) in Docker builds

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.1.0"
9+
version = "1.1.1"
1010
edition = "2021"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)