Skip to content

Commit

Permalink
release: version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin van der Veen committed Apr 17, 2024
1 parent 6a5637b commit 5c100d9
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 54 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!-- We follow the Keep a Changelog standard https://keepachangelog.com/en/1.0.0/ -->

## [Unreleased]

## [0.3.0] - 2024-04-17
### Added
- [#34](https://github.com/tweag/nixtract/pull/34) add option to provide nixtract with a status communication channel
- [#36](https://github.com/tweag/nixtract/pull/36) add option to only extract runtime dependencies
Expand All @@ -14,3 +16,5 @@

### Changed
- [#36](https://github.com/tweag/nixtract/pull/36) moved all nixtract configuration options into a single struct passed to the `nixtract` function

[0.3.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.0...v0.3.0
113 changes: 60 additions & 53 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nixtract"
version = "0.2.0"
version = "0.3.0"
authors = [
"Erin van der Veen <[email protected]>",
"Guillaume Desforges <[email protected]>",
Expand Down

0 comments on commit 5c100d9

Please sign in to comment.