|
|
|
@ -5,6 +5,10 @@ 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/), |
|
|
|
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). |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## [v1.4.1] - 2025-02-07 |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Include the source filename in error messages from the parser ([#132], [#133]). |
|
|
|
|
|
|
|
|
|
|
|
## [v1.4.0] - 2025-01-24 |
|
|
|
## [v1.4.0] - 2025-01-24 |
|
|
|
### Added |
|
|
|
### Added |
|
|
|
- The `runic` binary can now be installed directly with the package manager as a Pkg "App" |
|
|
|
- The `runic` binary can now be installed directly with the package manager as a Pkg "App" |
|
|
|
@ -113,6 +117,7 @@ First stable release of Runic.jl. See [README.md](README.md) for details and doc |
|
|
|
[v1.2.0]: https://github.com/fredrikekre/Runic.jl/releases/tag/v1.2.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.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 |
|
|
|
[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 |
|
|
|
[#97]: https://github.com/fredrikekre/Runic.jl/issues/97 |
|
|
|
[#97]: https://github.com/fredrikekre/Runic.jl/issues/97 |
|
|
|
[#108]: https://github.com/fredrikekre/Runic.jl/issues/108 |
|
|
|
[#108]: https://github.com/fredrikekre/Runic.jl/issues/108 |
|
|
|
[#109]: https://github.com/fredrikekre/Runic.jl/issues/109 |
|
|
|
[#109]: https://github.com/fredrikekre/Runic.jl/issues/109 |
|
|
|
@ -130,3 +135,5 @@ First stable release of Runic.jl. See [README.md](README.md) for details and doc |
|
|
|
[#124]: https://github.com/fredrikekre/Runic.jl/issues/124 |
|
|
|
[#124]: https://github.com/fredrikekre/Runic.jl/issues/124 |
|
|
|
[#127]: https://github.com/fredrikekre/Runic.jl/issues/127 |
|
|
|
[#127]: https://github.com/fredrikekre/Runic.jl/issues/127 |
|
|
|
[#129]: https://github.com/fredrikekre/Runic.jl/issues/129 |
|
|
|
[#129]: https://github.com/fredrikekre/Runic.jl/issues/129 |
|
|
|
|
|
|
|
[#132]: https://github.com/fredrikekre/Runic.jl/issues/132 |
|
|
|
|
|
|
|
[#133]: https://github.com/fredrikekre/Runic.jl/issues/133 |
|
|
|
|