blob: 0639d467ddf999fc8ce4291eb204c98f62f7ea24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Changelog ([libgfold](./README.md))
- All notable changes to this project will be documented in this file
- All changes are from [@nickgerace](https://github.com/nickgerace) unless otherwise specified
- The format was inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
## Unreleased
<!-- The latest version contains all changes. -->
### Changed
- Bump deps
## 0.1.1 - 2023-06-26
### Added
- Add a `README` for the crate
## 0.1.0 - 2023-06-26
### Added
- Add initial contents
|