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 May 14, 2024
1 parent f673b23 commit 101d99d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
<!-- We follow the Keep a Changelog standard https://keepachangelog.com/en/1.0.0/ -->

## [Unreleased]

## [0.3.0](https://github.com/tweag/genealogos/compare/v0.2.0...v0.3.0)
### Changed
- [#55](https://github.com/tweag/genealogos/pull/55) splits of the `messages()` function into its own trait. This resolves many issues caused by a cargo issue.

## [0.2.0]
## [0.2.0](https://github.com/tweag/genealogos/compare/v0.1.0...v0.2.0)
### Added
- [#34](https://github.com/tweag/genealogos/pull/34) implements a web-based GUI for Genealogos
- [#36](https://github.com/tweag/genealogos/pull/36) include nixtract's new narinfo information
Expand Down
6 changes: 3 additions & 3 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 @@
[workspace.package]
description = "Converts Nix-tracing tool output into CycloneDX"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Tweag I/O"]
license = "MIT"
Expand Down

0 comments on commit 101d99d

Please sign in to comment.