Skip to content

Commit 92d2f3b

Browse files
authored
Get ready for 0.2.1!
1 parent 6664578 commit 92d2f3b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [0.2.1] - ??
7+
## [0.2.1] - 2016-10-18
88

99
### Fixed
1010
- Remove debug output (#126)
@@ -14,8 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- Infinite loop when symlinking across mountpoints (#133)
1515
- Don't allow chdir aliases
1616
- Mountpoint detection (#138 #139)
17-
- Fix usage of `$OLDPWD` (#141)
18-
- Fix .env files at mountpoint (#146)
17+
- No more override of `$OLDPWD` (#141)
18+
- .env files at mountpoint are now being found (#146)
1919

2020
## [0.2.0] - 2016-08-08
2121

@@ -71,4 +71,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7171
[0.0.1]: https://github.com/kennethreitz/autoenv/releases/tag/v0.0.1
7272
[0.1.0]: https://github.com/kennethreitz/autoenv/releases/tag/v0.1.0
7373
[0.2.0]: https://github.com/kennethreitz/autoenv/releases/tag/v0.2.0
74-
[0.2.1]: https://github.com/kennethreitz/autoenv
74+
[0.2.1]: https://github.com/kennethreitz/autoenv/releases/tag/v0.2.1
75+
[0.2.2]: https://github.com/kennethreitz/autoenv

0 commit comments

Comments
 (0)