Skip to content

Commit

Permalink
Merge pull request #1 from vybenetwork/feature/update_dependencies
Browse files Browse the repository at this point in the history
Feature/update dependencies.
  • Loading branch information
marcelVybe authored Sep 9, 2024
2 parents 46d1e01 + 75800c3 commit 7fb6b4f
Show file tree
Hide file tree
Showing 9 changed files with 1,294 additions and 957 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.0] - 2024-08-23

### Breaking

- Updated all dependencies to latest compatible versions.

### Changed

- Anchor event struct fields are now public.

### Added

- `bytes_to_u8` feature that replaces all generated primitive instances of `bytes` with `u8`.

### Fixed

- Anchor `accounts` and `typedefs` generated names now conform to Rust PascalCase convention.

## [0.7.0] - 2023-12-28

### Breaking
Expand Down
Loading

0 comments on commit 7fb6b4f

Please sign in to comment.