Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Aug 5, 2022
1 parent 0d5eceb commit 8264a47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Leiningen News -- history of user-visible changes

## 2.9.9 / ???
## 2.9.9 / 2022-08-05

* Fix a bug where template group-ids could be ignored. (Phil Hagelberg)
* Migrate the repository from Github to Codeberg. (Phil Hagelberg)
* Fix a bug in `new` where template group-ids could be ignored. (Phil Hagelberg)
* Work around a change in Java 9 which broke template listing. (Phil Hagelberg)
* Fix a bug in pedantic checks which resulted in infinite loops. (Phil Hagelberg)
* Prevent `module-info.class` files from being included in uberjars. (Phil Hagelberg)
Expand Down
4 changes: 2 additions & 2 deletions bin/release
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash

set -e -u

if [ "$1" = "" ]; then
echo "usage: $0 VERSION"
exit 1
fi

set -e -u

RELEASE_VERSION=$1
CURRENT_VERSION="$RELEASE_VERSION-SNAPSHOT"

Expand Down

0 comments on commit 8264a47

Please sign in to comment.