From f7012c0c5ba3f19c6115476510ac3701cfd4ac96 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Wed, 15 Apr 2026 13:34:15 +0200 Subject: Add changelog --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CHANGELOG.md 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 -- cgit v1.3