Skip to content

Commit 8264a47

Browse files
committed
Update changelog.
1 parent 0d5eceb commit 8264a47

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Leiningen News -- history of user-visible changes
22

3-
## 2.9.9 / ???
3+
## 2.9.9 / 2022-08-05
44

5-
* Fix a bug where template group-ids could be ignored. (Phil Hagelberg)
5+
* Migrate the repository from Github to Codeberg. (Phil Hagelberg)
6+
* Fix a bug in `new` where template group-ids could be ignored. (Phil Hagelberg)
67
* Work around a change in Java 9 which broke template listing. (Phil Hagelberg)
78
* Fix a bug in pedantic checks which resulted in infinite loops. (Phil Hagelberg)
89
* Prevent `module-info.class` files from being included in uberjars. (Phil Hagelberg)

bin/release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22

3-
set -e -u
4-
53
if [ "$1" = "" ]; then
64
echo "usage: $0 VERSION"
75
exit 1
86
fi
97

8+
set -e -u
9+
1010
RELEASE_VERSION=$1
1111
CURRENT_VERSION="$RELEASE_VERSION-SNAPSHOT"
1212

0 commit comments

Comments
 (0)