Skip to content

Commit a2e3f55

Browse files
authored
Feat: errrrrors (#271)
TODO: - [x] Add changelog
1 parent 49dd2cf commit a2e3f55

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1830
-656
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Added `borsh` to `UnitVal` (#266)
1717
- Removed default init requirement on unsized list default init. (#267)
1818
- Added more `Align1` impls for tuples. (#268)
19+
- Added `star_frame_error` macro and custom error system (#271)
20+
21+
### Changed
22+
23+
- Replaced `eyre` with custom error system (#271)
1924

2025
### Updated
2126

@@ -80,15 +85,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8085
- Additional documentation improvements (#223).
8186

8287
[unreleased]: https://github.com/staratlasmeta/star_frame/compare/v0.25.1...HEAD
83-
8488
[0.25.1]: https://github.com/staratlasmeta/star_frame/compare/v0.25.0...v0.25.1
85-
8689
[0.25.0]: https://github.com/staratlasmeta/star_frame/compare/v0.24.2...v0.25.0
87-
8890
[0.24.2]: https://github.com/staratlasmeta/star_frame/compare/v0.24.1...v0.24.2
89-
9091
[0.24.1]: https://github.com/staratlasmeta/star_frame/compare/v0.24.0...v0.24.1
91-
9292
[0.24.0]: https://github.com/staratlasmeta/star_frame/compare/v0.23.1...v0.24.0
93-
9493
[0.23.1]: https://github.com/staratlasmeta/star_frame/compare/v0.23.0...v0.23.1

Cargo.lock

Lines changed: 75 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)