From d9cf71a526311c4755b7efcabaa8c53df30d4ca4 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Fri, 24 Jan 2025 16:50:17 +0100 Subject: [PATCH] Set version to 1.4.0. --- CHANGELOG.md | 11 +++++++++++ Project.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 068081c..9db08da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.4.0] - 2025-01-24 +### Added + - The `runic` binary can now be installed directly with the package manager as a Pkg "App" + (requires Julia 1.12). To install: + ``` + pkg> app install Runic + ``` + ([#129]) + ## [v1.3.0] - 2024-12-17 ### Added - New executable wrapper script @@ -103,6 +112,7 @@ First stable release of Runic.jl. See [README.md](README.md) for details and doc [v1.1.0]: https://github.com/fredrikekre/Runic.jl/releases/tag/v1.1.0 [v1.2.0]: https://github.com/fredrikekre/Runic.jl/releases/tag/v1.2.0 [v1.3.0]: https://github.com/fredrikekre/Runic.jl/releases/tag/v1.3.0 +[v1.4.0]: https://github.com/fredrikekre/Runic.jl/releases/tag/v1.4.0 [#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 @@ -119,3 +129,4 @@ First stable release of Runic.jl. See [README.md](README.md) for details and doc [#123]: https://github.com/fredrikekre/Runic.jl/issues/123 [#124]: https://github.com/fredrikekre/Runic.jl/issues/124 [#127]: https://github.com/fredrikekre/Runic.jl/issues/127 +[#129]: https://github.com/fredrikekre/Runic.jl/issues/129 diff --git a/Project.toml b/Project.toml index a587547..8efdc01 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Runic" uuid = "62bfec6d-59d7-401d-8490-b29ee721c001" -version = "1.3.0" +version = "1.4.0" [deps] JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4"