|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +### Changed |
| 11 | + |
| 12 | +- Initial full ArtifactId impl (#114) |
| 13 | +- Make GitOid display print URL format (#116) |
| 14 | +- Add gitoid crate README, update crate desc. (#128) |
| 15 | +- Add 'cargo xtask' for custom tasks (#131) |
| 16 | +- Introduce gitoid crate features incl. std. (#148) |
| 17 | +- Added 'serde' feature to `gitoid` crate (#149) |
| 18 | +- Introduce `omnibor` FFI. (#160) |
| 19 | + |
| 20 | +## [gitoid-v0.5.0] - 2024-02-19 |
| 21 | + |
| 22 | +### Added |
| 23 | + |
| 24 | +- Add top-level docs example. (#113) |
| 25 | + |
| 26 | +### Changed |
| 27 | + |
| 28 | +- Windows test, FFI test, and commit msg CI (#106) |
| 29 | +- Simplify GitOid crate substantially. (#108) |
| 30 | +- Further simplify GitOID interface. (#109) |
| 31 | +- Add async constructors for GitOid. (#110) |
| 32 | +- Improve GitOid trait bounds (#111) |
| 33 | +- Minor cleanup of docs and trait defs. (#112) |
| 34 | + |
| 35 | +## [gitoid-v0.4.0] - 2024-02-14 |
| 36 | + |
| 37 | +### Changed |
| 38 | + |
| 39 | +- Rewrite docs intro, reorg docs slightly (#94) |
| 40 | +- Improved gitoid_from_buffer, misc. fixups (#95) |
| 41 | +- First draft of README rewrite (#88) |
| 42 | +- Simplify GitOid trait bounds (#96) |
| 43 | + |
| 44 | +### Fixed |
| 45 | + |
| 46 | +- Fixed broken FFI code on Windows. (#97) |
| 47 | +- Windows FFI mistakenly using BufReader (#98) |
| 48 | + |
| 49 | +## [gitoid-v0.3.0] - 2024-02-12 |
| 50 | + |
| 51 | +### Changed |
| 52 | + |
| 53 | +- Make GitOid::new_invalid pub(crate) |
| 54 | +- Improve clarity / reliability of FFI tests |
| 55 | +- Bump dependency versions to latest. |
| 56 | +- Make GitOid::new_invalid pub(crate) |
| 57 | +- Improve clarity / reliability of FFI tests |
| 58 | +- Bump dependency versions to latest. |
| 59 | +- Remove BufReader req for GitOid construction (#85) |
| 60 | + |
| 61 | +### Fixed |
| 62 | + |
| 63 | +- Add missing conditional compilation for unix imports |
| 64 | +- Hide C test executables |
| 65 | +- Add missing conditional compilation for unix imports |
| 66 | +- Hide C test executables |
| 67 | +- Moved, cleaned up cbindgen.toml |
| 68 | + |
| 69 | +[unreleased]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.5.0..HEAD |
| 70 | +[gitoid-v0.5.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.4.0..gitoid-v0.5.0 |
| 71 | +[gitoid-v0.4.0]: https://github.com/omnibor/omnibor-rs/compare/gitoid-v0.3.0..gitoid-v0.4.0 |
| 72 | +[gitoid-v0.3.0]: https://github.com/omnibor/omnibor-rs/compare/v0.1.3..gitoid-v0.3.0 |
| 73 | + |
| 74 | +<!-- generated by git-cliff --> |
0 commit comments