Skip to content

Commit b47a097

Browse files
committed
Bump version number and update CHANGELOG.md for 1.3.0 release
1 parent c20d0ba commit b47a097

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

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

5+
## [1.3.0] - 2025-01-21
6+
* Increased default IMAP check interval to 30 minutes
7+
* More robust mail fetching (RFC822.SIZE property is now optional)
8+
* Updated Cargo dependencies
9+
* Allow empty `sp` field in reports instead of failing to parse whole report
10+
* Docker images now expose port 8080 for improved auto-discovery
11+
* Made Web UI responsive to also work on smaller screens
12+
513
## [1.2.0] - 2025-01-04
614
* Fixed bugs and improved E-Mail subject decoding
715
* Added Linux ARM 64bit binary artifacts and restructured 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.2.0"
9+
version = "1.3.0"
1010
edition = "2021"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)