File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Runic.jl changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ v1.0.1] - 2024-11-28
9
+ ### Fixed
10
+ - Fix an incorrect whitespace assertion in function indentation ([ #109 ] , [ #110 ] ).
11
+
12
+ ## [ v1.0.0] - 2024-11-06
13
+ First stable release of Runic.jl. See [ README.md] ( README.md ) for details and documentation.
14
+
15
+
16
+ <!-- Links generated by Changelog.jl -->
17
+
18
+ [ v1.0.0 ] : https://github.com/fredrikekre/Runic.jl/releases/tag/v1.0.0
19
+ [ v1.0.1 ] : https://github.com/fredrikekre/Runic.jl/releases/tag/v1.0.1
20
+ [ #109 ] : https://github.com/fredrikekre/Runic.jl/issues/109
21
+ [ #110 ] : https://github.com/fredrikekre/Runic.jl/issues/110
Original file line number Diff line number Diff line change 1
1
name = " Runic"
2
2
uuid = " 62bfec6d-59d7-401d-8490-b29ee721c001"
3
- version = " 1.0.0 "
3
+ version = " 1.0.1 "
4
4
5
5
[deps ]
6
6
JuliaSyntax = " 70703baa-626e-46a2-a12c-08ffd08c73b4"
You can’t perform that action at this time.
0 commit comments