Skip to content

Commit

Permalink
Release v2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Mar 12, 2021
1 parent f11d2ff commit 85d883d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

2.28.0 / 2021-03-12
==================

* Merge pull request #779 from wingrunr21/go_1_16
* Build for darwin/arm64. Resolves #738
* Update to go 1.16
* test: Fix errors for elvish test (#767)
* tcsh: fix variable escaping (#778)
* Change DESTDIR to PREFIX in development.md (#774)
* go: use the /v2 prefix (#765)
* Relax README's recommendation for nix-direnv (#763)
* man/direnv.1.md: add FILES section (fix #758) (#759)
* Add/update fish tests (#754)
* build(deps): bump golang.org/x/mod from 0.4.0 to 0.4.1 (#749)
* Fix typo "avaible" in install.sh (#750)
* docs: improve the use_node documentation

2.27.0 / 2021-01-01
==================

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

0 comments on commit 85d883d

Please sign in to comment.