diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-04-15 13:34:15 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-04-15 13:34:15 +0200 |
| commit | f7012c0c5ba3f19c6115476510ac3701cfd4ac96 (patch) | |
| tree | 650dbd7c5dbc8b03d026a4f49a049bcac23047d2 /CHANGELOG.md | |
| parent | b4bd5b135458660fce72b5acbbe9ed367fca4b2a (diff) | |
| download | temp-postgres-f7012c0c5ba3f19c6115476510ac3701cfd4ac96.tar.gz | |
Add changelog
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9e9a248 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,42 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep A Changelog][] and this project adheres to [Semantic Versioning][]. + +[Keep A Changelog]: https://keepachangelog.com/en/1.1.0/ +[Semantic Versioning]: https://semver.org/spec/v2.0.0.html + +## Unreleased + +### Added + +* Added experimental Nix flake +* Added changelog + +### Changed + +* Ported to Arch Linux +* Ported to FreeBSD + +## [0.2.0] - 2022-11-09 + +### Added + +* Added makefile +* Added readme +* Added manual page + +### Changed + +* Ported to Void Linux + +### Fixed + +* Fixed manual page name + +## [0.1.0] - 2022-05-19 + +### Added + +* Added [original implementation](https://www.skreutz.com/posts/temporary-postgresql-server/) published 2020-10-14 |