Skip to content

Commit

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

## [0.6.0] - 2024-12-19

### Fixed

* The parser acknowledges that the `PROJECTCONSTANTS` record in the `PROJECTINFORMATION` record is optional. It used to assume that it was mandatory.
* The parser acknowledges the presence of an optional `PROJECTCOMPATVERSION` record. This record was first described in version 11 of the \[MS-OVBA\] specification.

## [0.5.0] - 2024-12-02

### Added

* `Information::code_page` is now public.

## [0.4.1] - 2024-01-04

Servicing release.
Expand Down Expand Up @@ -99,7 +112,9 @@ Non-breaking changes:
- VBA project parser.
- RLE decompressor for compressed streams.

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

0 comments on commit 5d520de

Please sign in to comment.