Skip to content

Commit

Permalink
Update CHANGELOG.md and set version to 1.0.1. (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Nov 28, 2024
1 parent 4649fc7 commit ebc028e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Runic"
uuid = "62bfec6d-59d7-401d-8490-b29ee721c001"
version = "1.0.0"
version = "1.0.1"

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

0 comments on commit ebc028e

Please sign in to comment.