Skip to content

Commit

Permalink
Update CHANGELOG for 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hadley committed Feb 24, 2023
1 parent a08d082 commit 0089b22
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] (Feb 24 2023)

- Create parameter data classes (`Param` and `Struct`)
- Create database class `ParamDB` to store parameters in a SQLite file
- Add ability to retrieve the commit history as `CommitEntry` objects
- Create [documentation website](https://painterqubits.github.io/paramdb)

[unreleased]: https://github.com/PainterQubits/paramdb
[unreleased]: https://github.com/PainterQubits/paramdb/compare/v0.1.0...main
[0.1.0]: https://github.com/PainterQubits/paramdb/releases/tag/v0.1.0

0 comments on commit 0089b22

Please sign in to comment.