-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finalise for 0.2.0 lib and cli release
- Loading branch information
1 parent
a8d3856
commit 3f92fd3
Showing
7 changed files
with
310 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
## [0.2.0] - 2024-06-11 | ||
|
||
### Updated | ||
|
||
- Update to use the rewritten ribboncurls lib `0.2.0` | ||
|
||
## [0.1.0] - 2024-05-13 | ||
|
||
### Added | ||
|
||
- Initial release | ||
|
||
[0.2.0]: https://github.com/tinted-theming/ribboncurls/compare/v0.1.0...v0.2.0 | ||
[0.1.0]: https://github.com/tinted-theming/ribboncurls/compare/v0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ribboncurls-cli" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
edition = "2021" | ||
authors = ["Tinted Theming <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -19,7 +19,7 @@ serde_yaml = "0.9.33" | |
|
||
[dependencies.ribboncurls] | ||
path = "../ribboncurls" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
|
||
[[bin]] | ||
name = "ribboncurls" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
## 0.2.0 - 2024-06-11 | ||
|
||
### Updated | ||
|
||
- Rewrite of library to restructure library into tokenization, | ||
syntaxTree and rendering steps. | ||
|
||
## 0.1.0 - 2024-05-03 | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ribboncurls" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
edition = "2021" | ||
build = "build.rs" | ||
authors = ["Tinted Theming <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters