Skip to content

Commit

Permalink
chore: release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jun 27, 2024
1 parent 116209b commit 22bfaae
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Documentation

- Add changelogs
- Add requirements and examples ([#29](https://github.com/paradigmxyz/revmc/issues/29))
- Wording

Expand Down
4 changes: 4 additions & 0 deletions crates/revmc-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0](https://github.com/paradigmxyz/revmc/releases/tag/v0.1.0) - 2024-06-27

### Documentation

- Add changelogs

### Features

- Add target configuration ([#39](https://github.com/paradigmxyz/revmc/issues/39))
Expand Down
4 changes: 4 additions & 0 deletions crates/revmc-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0](https://github.com/paradigmxyz/revmc/releases/tag/v0.1.0) - 2024-06-27

### Documentation

- Add changelogs

### Miscellaneous Tasks

- Update some comments
Expand Down
4 changes: 4 additions & 0 deletions crates/revmc-builtins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0](https://github.com/paradigmxyz/revmc/releases/tag/v0.1.0) - 2024-06-27

### Documentation

- Add changelogs

### Features

- Implement IR builtins ([#36](https://github.com/paradigmxyz/revmc/issues/36))
Expand Down
4 changes: 4 additions & 0 deletions crates/revmc-cli-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0](https://github.com/paradigmxyz/revmc/releases/tag/v0.1.0) - 2024-06-27

### Documentation

- Add changelogs

### Miscellaneous Tasks

- Rebrand to `revmc` ([#33](https://github.com/paradigmxyz/revmc/issues/33))
Expand Down
4 changes: 4 additions & 0 deletions crates/revmc-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0](https://github.com/paradigmxyz/revmc/releases/tag/v0.1.0) - 2024-06-27

### Documentation

- Add changelogs

### Features

- Add target configuration ([#39](https://github.com/paradigmxyz/revmc/issues/39))
Expand Down
4 changes: 4 additions & 0 deletions crates/revmc-context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0](https://github.com/paradigmxyz/revmc/releases/tag/v0.1.0) - 2024-06-27

### Documentation

- Add changelogs

### Features

- Improve DX around statically linked bytecodes, add example ([#37](https://github.com/paradigmxyz/revmc/issues/37))
Expand Down
4 changes: 4 additions & 0 deletions crates/revmc-cranelift/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0](https://github.com/paradigmxyz/revmc/releases/tag/v0.1.0) - 2024-06-27

### Documentation

- Add changelogs

### Features

- Implement IR builtins ([#36](https://github.com/paradigmxyz/revmc/issues/36))
Expand Down
4 changes: 4 additions & 0 deletions crates/revmc-llvm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0](https://github.com/paradigmxyz/revmc/releases/tag/v0.1.0) - 2024-06-27

### Documentation

- Add changelogs

### Features

- Add target configuration ([#39](https://github.com/paradigmxyz/revmc/issues/39))
Expand Down
4 changes: 4 additions & 0 deletions crates/revmc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Bump revm

### Documentation

- Add changelogs

### Features

- Add target configuration ([#39](https://github.com/paradigmxyz/revmc/issues/39))
Expand Down

0 comments on commit 22bfaae

Please sign in to comment.