Skip to content

Commit

Permalink
Version bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Feb 11, 2024
1 parent 7db2e5a commit bd7d673
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.4.0 (2024-02-11)

- Enforces config.toml `[[items]]` `name` property is a unique value to
prevent dirname conflicts
- Removes config.toml `[[items]]` `git_url` property
- Adds config.toml `[[items]]` `path` property which supports git URLs
as well as path to local repo dir

## 0.3.0 (2024-02-10)

- Add support for base24 templates
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tinty"
description = "Change the theme of your terminal, text editor and anything else with one command!"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit bd7d673

Please sign in to comment.