Skip to content

Commit

Permalink
Merge branch 'release-0.7.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-weis committed Dec 22, 2024
2 parents 08f4365 + d3f6a3c commit 0ea838d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Security

## [0.7.0] - 2024-12-22

### Fixed

* Path separators are now properly handled for non-Windows targets.

## [0.6.0] - 2024-12-19

### Fixed
Expand Down Expand Up @@ -112,7 +118,8 @@ Non-breaking changes:
- VBA project parser.
- RLE decompressor for compressed streams.

[Unreleased]: https://github.com/tim-weis/ovba/compare/0.6.0...HEAD
[Unreleased]: https://github.com/tim-weis/ovba/compare/0.7.0...HEAD
[0.7.0]: https://github.com/tim-weis/ovba/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/tim-weis/ovba/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/tim-weis/ovba/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/tim-weis/ovba/compare/0.4.0...0.4.1
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 = "ovba"
version = "0.6.0"
version = "0.7.0"
authors = ["Tim Weis <tim.weis@outlook.com>"]
description = "An Office VBA project parser written in 100% safe Rust."
edition = "2018"
Expand Down

0 comments on commit 0ea838d

Please sign in to comment.