Skip to content

Commit

Permalink
chore: correct git release body
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Jan 25, 2025
1 parent e33d140 commit 506f738
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
27 changes: 21 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,55 +7,68 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## `ristretto_vm` - [0.13.0](https://github.com/theseus-rs/ristretto/compare/ristretto_vm-v0.12.3...ristretto_vm-v0.13.0) - 2025-01-24
##
`ristretto_vm` - [0.13.0](https://github.com/theseus-rs/ristretto/compare/ristretto_vm-v0.12.3...ristretto_vm-v0.13.0) - 2025-01-24

### Fixed

- correct exception byte to instruction offset conversion error
- remove unncessary parameter cloning
- remove unnecessary parameter cloning
- remove unnecessary clone from LocalVariables
- correct bug in java.lang.Class.getDeclaredMethods0() where class constructors were incorrectly returned

### Other

- add vm benchmarks
- update VM to support LTS and latest Java versions only
- update java runtime versions
- move invokedynamic into separate module

## `ristretto_cli` - [0.13.0](https://github.com/theseus-rs/ristretto/compare/ristretto-v0.12.3...ristretto-v0.13.0) - 2025-01-24
##
`ristretto_cli` - [0.13.0](https://github.com/theseus-rs/ristretto/compare/ristretto-v0.12.3...ristretto-v0.13.0) - 2025-01-24

### Added

- add Java 25 class file support

### Fixed

- correct StackFrame offset delta byte to instruction mapping
- correct exception byte to instruction offset conversion error
- remove unncessary parameter cloning
- remove unnecessary clone from LocalVariables
- correct bug in java.lang.Class.getDeclaredMethods0() where class constructors were incorrectly returned

### Other

- update Cargo.toml dependencies
- add enum documentation
- add vm benchmarks
- update VM to support LTS and latest Java versions only
- update java runtime versions
- move invokedynamic into separate module

## `ristretto_classfile` - [0.13.0](https://github.com/theseus-rs/ristretto/compare/ristretto_classfile-v0.12.3...ristretto_classfile-v0.13.0) - 2025-01-24
##
`ristretto_classfile` - [0.13.0](https://github.com/theseus-rs/ristretto/compare/ristretto_classfile-v0.12.3...ristretto_classfile-v0.13.0) - 2025-01-24

### Added

- add Java 25 class file support

### Fixed

- correct StackFrame offset delta byte to instruction mapping
- correct exception byte to instruction offset conversion error

### Other

- add enum documentation

## `ristretto_classloader` - [0.13.0](https://github.com/theseus-rs/ristretto/compare/ristretto_classloader-v0.12.3...ristretto_classloader-v0.13.0) - 2025-01-24
##
`ristretto_classloader` - [0.13.0](https://github.com/theseus-rs/ristretto/compare/ristretto_classloader-v0.12.3...ristretto_classloader-v0.13.0) - 2025-01-24

### Other

- add vm benchmarks
- update VM to support LTS and latest Java versions only
- update java runtime versions
Expand Down Expand Up @@ -772,7 +785,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add missing tests to improve coverage

##
`ristretto` - [v0.1.0](https://github.com/theseus-rs/ristretto/compare/39a6addab11003d27a7ba499b932c6464a3707aa...v0.1.0) - 2024-07-09

`ristretto` - [v0.1.0](https://github.com/theseus-rs/ristretto/compare/39a6addab11003d27a7ba499b932c6464a3707aa...v0.1.0) -
2024-07-09

### Build

Expand Down
9 changes: 0 additions & 9 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ git_release_enable = true
git_release_name = "v{{ version }}"
git_tag_enable = true
git_tag_name = "v{{ version }}"
git_release_body = """
{{ changelog }}
{% if remote.contributors %}
### Contributors
{% for contributor in remote.contributors %}
* @{{ contributor.username }}
{% endfor %}
{% endif %}
"""

[changelog]
body = """
Expand Down

0 comments on commit 506f738

Please sign in to comment.