Skip to content

Commit

Permalink
Release 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Sep 23, 2024
1 parent e25d367 commit 64a9838
Show file tree
Hide file tree
Showing 6 changed files with 487 additions and 449 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [0.19.0] - 2024-09-23

### Added

Expand Down Expand Up @@ -165,6 +165,7 @@

- Initial release

[0.19.0]: https://github.com/tinted-theming/tinty/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/tinted-theming/tinty/compare/v0.17.0...v0.18.0
[0.17.0]: https://github.com/tinted-theming/tinty/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/tinted-theming/tinty/compare/v0.15.0...v0.16.0
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
Ensure you have make installed. Run `command -v make`. If there is no
stdout, search for ways to install `make` on your system.

```shell
```sh
make install # installs rust/cargo and cargo crate deps
```

## Building

To generate a release binary to `./target/release/tinty`, run:

```shell
```sh
make build
```

## Testing

```shell
```sh
make test
```
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.18.0"
version = "0.19.0"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
Loading

0 comments on commit 64a9838

Please sign in to comment.