From d422af7fe1d0712d3491f0dc5b6f9d8909aba436 Mon Sep 17 00:00:00 2001 From: lauralani Date: Fri, 16 Jun 2023 11:43:17 +0200 Subject: [PATCH] add changelog and update Readme [CI SKIP] --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ README.md | 9 ++++++++- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f3e82a5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,37 @@ +# 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] + +### Added +- added Changelog + +### Changed +- License changed to MIT + +## [0.1.2] - 2014-08-09 + +### Fixed +- fixed wrong javascript file linked in link add page + +## [0.1.1] - 2014-07-10 + +### Changed +- Consolidated frontend javascript functions into one file + +## [0.1.0] - 2023-05-05 + +### Added +- User Creation on first start via API +- Admin Login for /admin/ +- Ability to add and delete short links + + +[unreleased]: https://codeberg.org/lauralani/go-urlsh/compare/0.1.2...HEAD +[0.1.2]: https://codeberg.org/lauralani/go-urlsh/compare/0.1.1...0.1.2 +[0.1.1]: https://codeberg.org/lauralani/go-urlsh/compare/0.1.0...0.1.1 +[0.1.0]: https://codeberg.org/lauralani/go-urlsh/releases/tag/0.1.0 diff --git a/README.md b/README.md index 2c57e61..f741876 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # go-urlsh +![status-badge](https://ci.codeberg.org/api/badges/12206/status.svg) [![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page) -URL Shortener in Go \ No newline at end of file +URL Shortener in Go + +## Changelog +You can find the Changelog here: [Changelog](https://codeberg.org/lauralani/go-urlsh/src/branch/main/CHANGELOG.md) + +## License +`go-urlsh` is available under the MIT license. See the LICENSE file for more info.