We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc0e00 commit dad7e15Copy full SHA for dad7e15
CHANGELOG.md
@@ -8,6 +8,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
## [Unreleased]
10
11
+## [2.0.1] - 2024-04-15
12
+
13
+### Fixed
14
15
+- Top level flags are not handled.
16
17
## [2.0.0] - 2024-04-11
18
19
### Added
GNUmakefile
@@ -8,8 +8,8 @@ PANDOC = pandoc
INSTALL = install
RM = rm -f
-DATETIME = "Apr 01, 2024"
-VERSION = 2.0.0
+DATETIME = "Apr 15, 2024"
+VERSION = 2.0.1
LDFLAGS = -ldflags "-X 'main.cliVersion=$(VERSION)'"
BIN = bin/privatebin
0 commit comments