Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhl committed Mar 12, 2022
1 parent fb272d3 commit cfcf12d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to the "direnv" extension will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]

## [0.6.0] - 2022-03-12
### Added
- Count added variables separate from changed variables
- Cache environment variables for faster startup
Expand Down Expand Up @@ -52,7 +54,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [0.0.1] - 2021-11-23
- Initial release

[Unreleased]: https://github.com/direnv/direnv-vscode/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/direnv/direnv-vscode/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/direnv/direnv-vscode/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/direnv/direnv-vscode/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/direnv/direnv-vscode/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/direnv/direnv-vscode/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "direnv",
"displayName": "direnv",
"description": "unclutter your .profile",
"version": "0.5.0",
"version": "0.6.0",
"preview": true,
"icon": "assets/icon.png",
"maintainers": [
Expand Down

0 comments on commit cfcf12d

Please sign in to comment.