Skip to content

Commit 4633c80

Browse files
committed
Bump version to a 2.0.0 for public release.
1 parent 4126aa1 commit 4633c80

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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 <mail@dennis-schubert.de>"]
55
repository = "https://github.com/denschub/nginx-syslog-postgresql-bridge"
66
license = "MIT"
7-
version = "1.0.0"
7+
version = "2.0.0"
88
edition = "2021"
99

1010
[profile.release]

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 2.0.0
2+
3+
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)