mirror of
https://github.com/MillironX/Kelpie.jl.git
synced 2024-11-14 13:43:08 +00:00
Version bump to v0.2.1
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
2640b728fc
commit
a6a79b2f65
3 changed files with 8 additions and 4 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.1] - 2022-04-06
|
||||
|
||||
### Fixed
|
||||
|
||||
- `html_div` syntax is now consistent with other functions ([#5](https://github.com/MillironX/Kelpie.jl/pull/5))
|
||||
|
@ -33,5 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Functions to create HTML nodes by name
|
||||
- Automatically-generated functions to generate types of HTML nodes
|
||||
|
||||
[unreleased]: https://github.com/MillironX/Kelpie.jl/compare/v0.1.0...HEAD
|
||||
[unreleased]: https://github.com/MillironX/Kelpie.jl/compare/v0.2.1...HEAD
|
||||
[0.2.1]: https://github.com/MillironX/Kelpie.jl/compare/v0.2.1...v0.2.0
|
||||
[0.2.0]: https://github.com/MillironX/Kelpie.jl/compare/v0.1.0...v0.2.0
|
||||
[0.1.0]: https://github.com/MillironX/Kelpie.jl/releases/tag/v0.1.0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
author = {Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors},
|
||||
title = {Kelpie.jl},
|
||||
url = {https://github.com/MillironX/Kelpie.jl},
|
||||
version = {v0.1.0},
|
||||
version = {v0.2.1},
|
||||
year = {2022},
|
||||
month = {3}
|
||||
month = {4}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name = "Kelpie"
|
||||
uuid = "1b112299-d6bc-44e2-912a-478f25731460"
|
||||
authors = ["Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors"]
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
|
||||
[deps]
|
||||
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
|
||||
|
|
Loading…
Reference in a new issue