Skip to content

Commit

Permalink
Merge pull request #55 from hannobraun/release
Browse files Browse the repository at this point in the history
Publish version 0.6.0
  • Loading branch information
hannobraun authored Sep 18, 2024
2 parents a99506b + eb2c6ba commit 8e184a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.6.0 (2024-09-18)

- Update dependencies ([#46], [#48], [#49], [#50], [#51], [#52])
- **Breaking change:** Fix crash when parsing `<metadatagroup>` ([#54])

[#46]: https://github.com/hannobraun/3mf-rs/pull/46
[#48]: https://github.com/hannobraun/3mf-rs/pull/48
[#49]: https://github.com/hannobraun/3mf-rs/pull/49
[#50]: https://github.com/hannobraun/3mf-rs/pull/50
[#51]: https://github.com/hannobraun/3mf-rs/pull/51
[#52]: https://github.com/hannobraun/3mf-rs/pull/52
[#54]: https://github.com/hannobraun/3mf-rs/pull/54

## v0.5.0 (2024-02-14)

- Add support for reading 3MF files ([#28], [#32])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "threemf"
version = "0.5.0"
version = "0.6.0"

edition = "2021"
rust-version = "1.56"
Expand Down

0 comments on commit 8e184a6

Please sign in to comment.