mirror of
https://github.com/MillironX/Kelpie.jl.git
synced 2024-11-14 21:43:10 +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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.1] - 2022-04-06
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- `html_div` syntax is now consistent with other functions ([#5](https://github.com/MillironX/Kelpie.jl/pull/5))
|
- `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
|
- Functions to create HTML nodes by name
|
||||||
- Automatically-generated functions to generate types of HTML nodes
|
- 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
|
[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},
|
author = {Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors},
|
||||||
title = {Kelpie.jl},
|
title = {Kelpie.jl},
|
||||||
url = {https://github.com/MillironX/Kelpie.jl},
|
url = {https://github.com/MillironX/Kelpie.jl},
|
||||||
version = {v0.1.0},
|
version = {v0.2.1},
|
||||||
year = {2022},
|
year = {2022},
|
||||||
month = {3}
|
month = {4}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name = "Kelpie"
|
name = "Kelpie"
|
||||||
uuid = "1b112299-d6bc-44e2-912a-478f25731460"
|
uuid = "1b112299-d6bc-44e2-912a-478f25731460"
|
||||||
authors = ["Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors"]
|
authors = ["Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors"]
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
|
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
|
||||||
|
|
Loading…
Reference in a new issue