From c4a3753d6ef0f504b972722d34b77a7f732481c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikolas=20F=C3=B6rster?= Date: Thu, 30 Jun 2022 11:55:53 +0200 Subject: [PATCH] Bump version to 1.3.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c86252..25822c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [1.3.0] - 2022-06-30 ### Added - Add source / load - Add power analyzer @@ -105,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - signal drawing stuff: square wave, sine wave, triangular wave, xy-diagrams - evaluation stuff: OK, not OK, flash -[Unreleased]: https://github.com/upb-lea/Inkscape_electric_Symbols/compare/1.2.3...HEAD +[Unreleased]: https://github.com/upb-lea/Inkscape_electric_Symbols/compare/1.3.0...HEAD +[1.3.0]: https://github.com/upb-lea/Inkscape_electric_Symbols/compare/1.2.3...1.3.0 [1.2.3]: https://github.com/upb-lea/Inkscape_electric_Symbols/compare/1.2.2...1.2.3 [1.2.2]: https://github.com/upb-lea/Inkscape_electric_Symbols/compare/1.2.1...1.2.2 [1.2.1]: https://github.com/upb-lea/Inkscape_electric_Symbols/compare/1.2.0...1.2.1