Skip to content

Commit

Permalink
Prep for next release! (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid authored May 9, 2024
1 parent cc4c395 commit e4c91e9
Show file tree
Hide file tree
Showing 25 changed files with 60 additions and 86 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240322-012918.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240402-234044.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240409-220112.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240409-220142.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240330-193335.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240330-193349.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240402-004508.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240402-004519.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240413-163116.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240413-163128.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240413-163151.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240413-163206.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240413-163234.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240413-163401.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ArtemisApi-20240503-022103.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20240330-193314.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240324-160026.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240326-001441.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240407-002021.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20240503-022154.yaml

This file was deleted.

26 changes: 26 additions & 0 deletions .changes/v0.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## v0.9.0 - 2024-05-08
### Added
* Support for parsing version 3 of fsevents
* Zlib decompression support
* Initial code for artemis client
* Initial script for macOS app sigining
### Changed
* Improved JS HTTP client
### Fixed
* Processes not containing args or env values
* Issue where artemis would parse a URI shellitem as a ZIP shellitem
* Issue where artemis-api would not return all sqlite results
* Removed some improper async code in JS runtime
### ArtemisApi
* Initial support for Timesketch!!
* Initial support for timelining artifacts!
* Experimental Protobuf parser
* Experimental macOS BIOME parser
* Extract macOS Lulu info
* Extract macOS Munki application usage info
* Experimental support for parsing Windows Defender signatures
* Extract Chromium DIPS info
* Extract macOS Quarantine Events
* Extract Chromium Preferences
* Initial support for acquiring files
* Started adding tests that run via GitHub Actions
19 changes: 0 additions & 19 deletions .github/workflows/scc.yml

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,33 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v0.9.0 - 2024-05-08
### Added
* Support for parsing version 3 of fsevents
* Zlib decompression support
* Initial code for artemis client
* Initial script for macOS app sigining
### Changed
* Improved JS HTTP client
### Fixed
* Processes not containing args or env values
* Issue where artemis would parse a URI shellitem as a ZIP shellitem
* Issue where artemis-api would not return all sqlite results
* Removed some improper async code in JS runtime
### ArtemisApi
* Initial support for Timesketch!!
* Initial support for timelining artifacts!
* Experimental Protobuf parser
* Experimental macOS BIOME parser
* Extract macOS Lulu info
* Extract macOS Munki application usage info
* Experimental support for parsing Windows Defender signatures
* Extract Chromium DIPS info
* Extract macOS Quarantine Events
* Extract Chromium Preferences
* Initial support for acquiring files
* Started adding tests that run via GitHub Actions

## v0.8.0 - 2024-03-18
### Added
* Support for querying any SQLITE database via artemis API
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolver = "2"
strip = true

[workspace.package]
version = "0.8.0"
version = "0.9.0"
homepage = "https://puffycid.github.io/artemis-api"
repository = "https://github.com/puffycid/artemis"
license = "MIT"
Expand Down

0 comments on commit e4c91e9

Please sign in to comment.