File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- set -e -u
4-
53if [ " $1 " = " " ]; then
64 echo " usage: $0 VERSION"
75 exit 1
86fi
97
8+ set -e -u
9+
1010RELEASE_VERSION=$1
1111CURRENT_VERSION=" $RELEASE_VERSION -SNAPSHOT"
1212
You can’t perform that action at this time.
0 commit comments