From cea70422a528ae9a570257104fe9f051252cac20 Mon Sep 17 00:00:00 2001 From: Ralf Schandl Date: Sat, 9 Sep 2023 19:14:06 +0200 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f553bcc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ + +# Change Log for Parseargs + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + + +## [0.1.0] - 2023-09-09 + +Initial Release + +[0.1.0] https://github.com/rakus/parseargs/releases/tag/v0.1.0 +