Skip to content

Commit 4880dc5

Browse files
committed
v2.0.1
1 parent 920191a commit 4880dc5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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
@@ -4,7 +4,7 @@ description = "Receives syslog messages from nginx and stores them in a PostgreS
44
authors = ["Dennis Schubert <[email protected]>"]
55
repository = "https://github.com/denschub/nginx-syslog-postgresql-bridge"
66
license = "MIT"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
edition = "2021"
99

1010
[profile.release]

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.1
2+
3+
This version does not contain any functional changes. It only updates third-party dependencies.
4+
15
# 2.0.0
26

37
The first public release. It's named `2.0.0`, because I have been using this service for two years internally and made some breaking changes while I was preparing this project for the public.

0 commit comments

Comments
 (0)