Skip to content

Commit

Permalink
feat: prepare for release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdea committed Jan 17, 2025
1 parent f9e4613 commit 13b35d5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.3.0] - 2025-01-17

### Changed

Expand Down Expand Up @@ -104,7 +104,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* First release to be published to [crates.io](https://crates.io/).

[unreleased]: https://github.com/0xdea/rhabdomancer/compare/v0.2.6...HEAD
[unreleased]: https://github.com/0xdea/rhabdomancer/compare/v0.3.0...HEAD

[0.3.0]: https://github.com/0xdea/rhabdomancer/compare/v0.2.5...v0.3.0

[0.2.6]: https://github.com/0xdea/rhabdomancer/compare/v0.2.5...v0.2.6

Expand Down
18 changes: 9 additions & 9 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
@@ -1,6 +1,6 @@
[package]
name = "rhabdomancer"
version = "0.3.0-alpha"
version = "0.3.0"
authors = ["Marco Ivaldi <raptor@0xdeadbeef.info>"]
edition = "2021"
description = "Vulnerability research assistant that locates all calls to potentially insecure API functions in a binary file."
Expand Down

0 comments on commit 13b35d5

Please sign in to comment.