|
|
|
@ -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.2] - 2025-02-18 |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Add missing documentation of `--lines` to the `--help` output ([#136]). |
|
|
|
|
|
|
|
|
|
|
|
## [v1.4.1] - 2025-02-07 |
|
|
|
## [v1.4.1] - 2025-02-07 |
|
|
|
### Fixed |
|
|
|
### Fixed |
|
|
|
- Include the source filename in error messages from the parser ([#132], [#133]). |
|
|
|
- Include the source filename in error messages from the parser ([#132], [#133]). |
|
|
|
@ -137,3 +141,4 @@ First stable release of Runic.jl. See [README.md](README.md) for details and doc |
|
|
|
[#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 |
|
|
|
[#132]: https://github.com/fredrikekre/Runic.jl/issues/132 |
|
|
|
[#133]: https://github.com/fredrikekre/Runic.jl/issues/133 |
|
|
|
[#133]: https://github.com/fredrikekre/Runic.jl/issues/133 |
|
|
|
|
|
|
|
[#136]: https://github.com/fredrikekre/Runic.jl/issues/136 |
|
|
|
|