From 23782de681ff9dc1a738d154e2d9fc2899f45740 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Fri, 28 Feb 2025 11:51:28 +0100 Subject: [PATCH] Set version to 1.4.3. --- CHANGELOG.md | 3 ++- Project.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 113048d..5131a3f 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 +## [v1.4.3] - 2025-02-28 ### Fixed - Fix formatting of floating point literals that use `−` (Unicode U+2212) instead of the typically used `-` (ASCII/Unicode U+002D). The parser treats them as synonyms but the @@ -130,6 +130,7 @@ First stable release of Runic.jl. See [README.md](README.md) for details and doc [v1.4.0]: https://github.com/fredrikekre/Runic.jl/releases/tag/v1.4.0 [v1.4.1]: https://github.com/fredrikekre/Runic.jl/releases/tag/v1.4.1 [v1.4.2]: https://github.com/fredrikekre/Runic.jl/releases/tag/v1.4.2 +[v1.4.3]: https://github.com/fredrikekre/Runic.jl/releases/tag/v1.4.3 [#97]: https://github.com/fredrikekre/Runic.jl/issues/97 [#108]: https://github.com/fredrikekre/Runic.jl/issues/108 [#109]: https://github.com/fredrikekre/Runic.jl/issues/109 diff --git a/Project.toml b/Project.toml index d2655d5..d60472b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Runic" uuid = "62bfec6d-59d7-401d-8490-b29ee721c001" -version = "1.4.2" +version = "1.4.3" [deps] JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4"