Commit 409b750 1 parent 3bf655b commit 409b750 Copy full SHA for 409b750
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 2.0.0] - 2024-04-11
12
+
11
13
### Added
12
14
13
15
- Add ` privatebin show ` command.
@@ -17,6 +19,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
17
19
18
20
- Minimal Golang version is now v1.22.
19
21
- Minimal PrivateBin instance version is now 1.7.
22
+ - Configuration use kebab-case instead of sake-case.
20
23
21
24
## [ 1.4.0] - 2023-01-08
22
25
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ PANDOC = pandoc
8
8
INSTALL = install
9
9
RM = rm -f
10
10
11
- DATETIME = "Jan 08, 2023 "
12
- VERSION = 1.4 .0
11
+ DATETIME = "Apr 01, 2024 "
12
+ VERSION = 2.0 .0
13
13
LDFLAGS = -ldflags "-X 'main.cliVersion=$(VERSION ) '"
14
14
15
15
BIN = bin/privatebin
You can’t perform that action at this time.
0 commit comments