Skip to content

Commit

Permalink
Fix bug where build subcommand doesn't support filename config prop
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Oct 2, 2024
1 parent 251b0b7 commit e2d14ab
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Unreleased

### Fixed

- Fix bug where `tinty build` subcommand doesn't support `filename`
config.yaml property

## [0.21.0] - 2024-10-01

### Changed
Expand Down
19 changes: 10 additions & 9 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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.21.0"
version = "0.21.1"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand All @@ -20,7 +20,7 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_yaml = "0.9.31"
shell-words = "1.1.0"
strip-ansi-escapes = "0.2.0"
tinted-builder-rust = "0.11.0"
tinted-builder-rust = "0.11.1"
tinted-builder= "0.7.0"
tinted-scheme-extractor = "0.4.0"
toml = "0.8.19"
Expand Down

0 comments on commit e2d14ab

Please sign in to comment.