Skip to content

Commit

Permalink
finalize project for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsonin committed May 9, 2024
1 parent 415870e commit aab4fe3
Show file tree
Hide file tree
Showing 5 changed files with 518 additions and 34 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->

## [1.0.0] - 2024-05-09
### Added
- `Getset` procedural macro.
- `Getset` procedural macro field attributes:
- `get`
- `get_mut`
- `get_copy`
- `get_deref`
- `get_deref_mut`
- `get_deref_copy`
- `get_as_ref`
- `get_as_deref`
- `get_as_deref_mut`
- `set`

<!-- next-url -->
[1.0.0]: https://github.com/andrewsonin/gset/releases/tag/v1.0.0
Loading

0 comments on commit aab4fe3

Please sign in to comment.