From dff68163977cbe5f811ea32e1ba9c5389414c0b0 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Wed, 4 Dec 2024 16:24:21 +0100 Subject: [PATCH] Set version to 1.1.0. --- CHANGELOG.md | 5 ++++- Project.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b5d94..fc7f598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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 changes +## [v1.1.0] - 2024-12-04 ### Changed - Fix a bug that caused "single space after keyword" to not apply after the `function` keyword in non-standard function definitions ([#113]). This bug is classified as a @@ -59,8 +59,11 @@ First stable release of Runic.jl. See [README.md](README.md) for details and doc [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 +[v1.1.0]: https://github.com/fredrikekre/Runic.jl/releases/tag/v1.1.0 [#97]: https://github.com/fredrikekre/Runic.jl/issues/97 [#109]: https://github.com/fredrikekre/Runic.jl/issues/109 [#110]: https://github.com/fredrikekre/Runic.jl/issues/110 [#113]: https://github.com/fredrikekre/Runic.jl/issues/113 [#116]: https://github.com/fredrikekre/Runic.jl/issues/116 +[#117]: https://github.com/fredrikekre/Runic.jl/issues/117 +[#118]: https://github.com/fredrikekre/Runic.jl/issues/118 diff --git a/Project.toml b/Project.toml index ffd556c..37f44e6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Runic" uuid = "62bfec6d-59d7-401d-8490-b29ee721c001" -version = "1.0.1" +version = "1.1.0" [deps] JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4"