Skip to content

Releases: sttk/sabi-rust

0.0.2

14 Dec 15:22
84aa18b
Compare
Choose a tag to compare

Changes

  • new: added Err::with_source by @sttk in #6
  • update: changed type of reason field of Err to NonNull by @sttk in #7
  • update: changed to use Box::leak and NonNull::from for avoiding unsafe by @sttk in #8
  • update: changed source field of Err to use Option by @sttk in #9

Supports

Full Changelog: 0.0.1...0.0.2

0.0.1

14 Dec 15:20
1ed00d6
Compare
Choose a tag to compare

New Features

Docs

  • doc: added README.md by @sttk in #4

Supports

  • chore: changed the top-level module name to a name different from the crate name by @sttk in #1
  • cicd: added CI, etc by @sttk in #3
  • release tasks 0.0.1 by @sttk in #5

Full Changelog: https://github.com/sttk/sabi-rust/commits/0.0.1