From ebc028e00b5bd21d6960ea41580ece57e25c0bf9 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Thu, 28 Nov 2024 10:54:29 +0100 Subject: [PATCH] Update CHANGELOG.md and set version to 1.0.1. (#111) --- CHANGELOG.md | 21 +++++++++++++++++++++ Project.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6ac78e3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Runic.jl 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). + +## [v1.0.1] - 2024-11-28 +### Fixed + - Fix an incorrect whitespace assertion in function indentation ([#109], [#110]). + +## [v1.0.0] - 2024-11-06 +First stable release of Runic.jl. See [README.md](README.md) for details and documentation. + + + + +[v1.0.0]: https://github.com/fredrikekre/Runic.jl/releases/tag/v1.0.0 +[v1.0.1]: https://github.com/fredrikekre/Runic.jl/releases/tag/v1.0.1 +[#109]: https://github.com/fredrikekre/Runic.jl/issues/109 +[#110]: https://github.com/fredrikekre/Runic.jl/issues/110 diff --git a/Project.toml b/Project.toml index a55e6c9..ffd556c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Runic" uuid = "62bfec6d-59d7-401d-8490-b29ee721c001" -version = "1.0.0" +version = "1.0.1" [deps] JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4"