Skip to content

Commit f016b92

Browse files
committed
Changelog and version bump for 3.1.2
1 parent 92b3691 commit f016b92

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
v3.1.2
5+
------
6+
* --version flag
7+
* significant performance improvement
8+
* LC_ALL=C for the build process
9+
* fix: bug in dependency handling when multiple versions of a package are installed
10+
411
v3.1.1
512
------
613
* new flag --no-logs ( to fix an issue with the linux package)

lfs-me

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ do
777777
do_logs=false
778778
;;
779779
--version)
780-
echo 3.1.1
780+
echo 3.1.2
781781
lfs_me_cleanup
782782
exit 0
783783
;;

0 commit comments

Comments
 (0)