Skip to content

Commit

Permalink
Next release 0.4.0! (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid committed Sep 15, 2023
1 parent 41256cd commit 43cb173
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 39 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230818-001633.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230825-195929.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230828-003826.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230906-235401.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230908-203552.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230908-232044.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230910-000152.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20230908-232155.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependencies-20230906-235234.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependencies-20230906-235328.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependencies-20230912-024823.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20230912-024746.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20230913-193332.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions .changes/v0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## v0.4.0 - 2023-09-14
### Added
* Basic support for Windows PropertyStores
* Exposed several nom parsers to JavaScript (Deno) runtime
* Recycle Bin parser
* Initial idea for embedded server
* Support for parsing all Windows shortcut (LNK) extra properties
* Initial benchmarking tests
* Linux logon parser
### Changed
* Github Actions support for macOS AMR binaries in nightly and stable relases
### Fixed
* Added some error handling when calling JS runtime functions
* Bug when parsing ESE pages and not parsing the last page
### Dependencies
* Updated dependencies to latest version
* Added axum and redb for server and database storage
* Added xml2json-rs crate for better xml to json parsing
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v0.4.0 - 2023-09-14
### Added
* Basic support for Windows PropertyStores
* Exposed several nom parsers to JavaScript (Deno) runtime
* Recycle Bin parser
* Initial idea for embedded server
* Support for parsing all Windows shortcut (LNK) extra properties
* Initial benchmarking tests
* Linux logon parser
### Changed
* Github Actions support for macOS AMR binaries in nightly and stable relases
### Fixed
* Added some error handling when calling JS runtime functions
* Bug when parsing ESE pages and not parsing the last page
### Dependencies
* Updated dependencies to latest version
* Added axum and redb for server and database storage
* Added xml2json-rs crate for better xml to json parsing

## v0.3.0 - 2023-08-14
### Added
* Async deno scripts support
Expand Down

0 comments on commit 43cb173

Please sign in to comment.