Skip to content

Commit

Permalink
Merge pull request #41 from hannobraun/release
Browse files Browse the repository at this point in the history
Release version 0.5.0
  • Loading branch information
hannobraun committed Feb 14, 2024
2 parents b34d6ba + abcd25d commit d89ba89
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,36 @@
# Changelog

## v0.4.0 (2022-02-17)
## v0.5.0 (2024-02-14)

- Add support for reading 3MF files ([#28], [#32])
- Don't require actual files when reading/writing 3MF ([#31])
- Accept `Into<Model>` in `write` ([#33])
- Update dependencies ([#34], [#36], [#37], [#39])
- Update README ([#40])

[#28]: https://github.com/hannobraun/3mf-rs/pull/28
[#31]: https://github.com/hannobraun/3mf-rs/pull/31
[#32]: https://github.com/hannobraun/3mf-rs/pull/32
[#33]: https://github.com/hannobraun/3mf-rs/pull/33
[#34]: https://github.com/hannobraun/3mf-rs/pull/34
[#36]: https://github.com/hannobraun/3mf-rs/pull/36
[#37]: https://github.com/hannobraun/3mf-rs/pull/37
[#39]: https://github.com/hannobraun/3mf-rs/pull/39
[#40]: https://github.com/hannobraun/3mf-rs/pull/40

## v0.4.0 (2023-02-17)

- Switch to Serde for writing XML ([#22])

[#22]: https://github.com/hannobraun/3mf-rs/pull/22


## v0.3.1 (2022-05-24)

- Remove unused bzip2 dependency ([#12], [#13])

[#12]: https://github.com/hannobraun/3mf-rs/pull/12
[#13]: https://github.com/hannobraun/3mf-rs/pull/13


## v0.3.0 (2022-04-13)

- Re-export `write::Error` from root module ([#9])
Expand All @@ -23,14 +39,12 @@
[#9]: https://github.com/hannobraun/3mf-rs/pull/9
[#10]: https://github.com/hannobraun/3mf-rs/pull/10


## v0.2.0 (2021-11-20)

- Use `f64` to represent numbers ([#6])

[#6]: https://github.com/hannobraun/3mf-rs/pull/6


## v0.1.0 (2021-10-24)

Initial release.
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.4.0"
version = "0.5.0"

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

0 comments on commit d89ba89

Please sign in to comment.