Skip to content

Commit

Permalink
doc: document 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Jan 16, 2025
1 parent e2d48df commit 56655c1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2024-01-16

### Added

- URL dependencies now have support for `subdir` attribute, which overrides the default of `wit`.
This feature is particularly useful for working with wasip3 draft packages

## [0.3.0] - 2023-04-11

### Added
Expand Down Expand Up @@ -47,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial `wit-deps` library and binary implementations

[unreleased]: https://github.com/bytecodealliance/wit-deps/compare/v0.3.0...HEAD
[unreleased]: https://github.com/bytecodealliance/wit-deps/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/bytecodealliance/wit-deps/releases/tag/v0.5.0
[0.3.0]: https://github.com/bytecodealliance/wit-deps/releases/tag/v0.3.0
[0.2.2]: https://github.com/bytecodealliance/wit-deps/releases/tag/v0.2.2
[0.2.1]: https://github.com/bytecodealliance/wit-deps/releases/tag/v0.2.1
Expand Down

0 comments on commit 56655c1

Please sign in to comment.