Skip to content

Commit

Permalink
Release v2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Sep 1, 2020
1 parent c9d776d commit 98033c3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

2.22.0 / 2020-09-01
==================

* stdlib: use_julia <version> (#666)
* stdlib: semver_search (#665)
* direnv-stdlib.1: add layout julia (#661)
* README: spelling correction (#660)
* README.md: add shadowenv to similar projects (#659)
* docs: remove Snap from the installations
* OSX -> macOS (#655)
* Update shell_fish.go to use \X for UTF encoding (#584)
* Change XDG_CONFIG_DIR to XDG_CONFIG_HOME (#641)
* Streamline core algorithm of export and exec (#636)
* test: add failure test-case (#637)

2.21.3 / 2020-05-08
==================

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version = "2.21.3"
const Version = "2.22.0"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.21.3
2.22.0

0 comments on commit 98033c3

Please sign in to comment.