Skip to content

Commit

Permalink
Prepare for the v0.6.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Suen <remy.suen@gmail.com>
  • Loading branch information
rcjsuen committed Sep 10, 2023
1 parent 64ada8f commit a9641b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.6.1] - 2023-09-10
### Fixed
- consider empty tags correctly when a `FROM` instruction also has a digest specified ([#113](https://github.com/rcjsuen/dockerfile-ast/issues/113))

Expand Down Expand Up @@ -359,7 +359,8 @@ let rawValue = buffer.substring(document.offsetAt(range.start), document.offsetA
- preserves comments
- provides variable lookup and resolution

[Unreleased]: https://github.com/rcjsuen/dockerfile-ast/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/rcjsuen/dockerfile-ast/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/rcjsuen/dockerfile-ast/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/rcjsuen/dockerfile-ast/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/rcjsuen/dockerfile-ast/compare/v0.4.2...v0.5.0
[0.4.2]: https://github.com/rcjsuen/dockerfile-ast/compare/v0.4.1...v0.4.2
Expand Down
4 changes: 2 additions & 2 deletions 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 @@ -12,7 +12,7 @@
"syntax",
"tree"
],
"version": "0.6.0",
"version": "0.6.1",
"author": "Remy Suen",
"license": "MIT",
"bugs": "https://github.com/rcjsuen/dockerfile-ast/",
Expand Down

0 comments on commit a9641b1

Please sign in to comment.