Skip to content

Commit

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

2.24.0 / 2020-11-15
==================

* direnv_load: avoid leaking DIRENV_DUMP_FILE_PATH (#715)
* Add strict_env and unstrict_env (#572)
* stdlib: add `use_vim` to source local vimrc (#497)
* stdlib: add source_env_if_exists (#714)
* Wording (#713)
* build(deps): bump actions/checkout from v2.3.3 to v2.3.4 (#709)
* build(deps): bump cachix/install-nix-action from v11 to v12 (#710)
* Fix XDG_CACHE_HOME path (#711)
* rc: make file existence check more robust (#706)

2.23.1 / 2020-10-22
==================

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.23.1"
const Version = "2.24.0"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.23.1
2.24.0

0 comments on commit 0c2afcc

Please sign in to comment.