Skip to content

Commit ebc028e

Browse files
authored
Update CHANGELOG.md and set version to 1.0.1. (#111)
1 parent 4649fc7 commit ebc028e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Runic"
22
uuid = "62bfec6d-59d7-401d-8490-b29ee721c001"
3-
version = "1.0.0"
3+
version = "1.0.1"
44

55
[deps]
66
JuliaSyntax = "70703baa-626e-46a2-a12c-08ffd08c73b4"

0 commit comments

Comments
 (0)