mirror of https://github.com/fredrikekre/Runic.jl
2 changed files with 22 additions and 1 deletions
@ -0,0 +1,21 @@ |
|||||||
|
# Runic.jl changelog |
||||||
|
|
||||||
|
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.0.1] - 2024-11-28 |
||||||
|
### Fixed |
||||||
|
- Fix an incorrect whitespace assertion in function indentation ([#109], [#110]). |
||||||
|
|
||||||
|
## [v1.0.0] - 2024-11-06 |
||||||
|
First stable release of Runic.jl. See [README.md](README.md) for details and documentation. |
||||||
|
|
||||||
|
|
||||||
|
<!-- Links generated by Changelog.jl --> |
||||||
|
|
||||||
|
[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 |
||||||
|
[#109]: https://github.com/fredrikekre/Runic.jl/issues/109 |
||||||
|
[#110]: https://github.com/fredrikekre/Runic.jl/issues/110 |
||||||
Loading…
Reference in new issue