Skip to content

Commit

Permalink
bump version to v0.1.31 to fix dumb semantic versioning mix-ups i kee…
Browse files Browse the repository at this point in the history
…p making -_-
  • Loading branch information
alefnull committed Jun 8, 2024
1 parent 645607e commit f787270
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## v0.1.3
## [v0.1.31]

### Added

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,6 +1,6 @@
[package]
name = "dvd-term"
version = "0.1.3"
version = "0.1.31"
edition = "2021"
description = "A bouncing ASCII art DVD logo (or custom text) for the terminal."
repository = "https://github.com/alefnull/dvd-term"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A bouncing ASCII art DVD logo (or custom text) for the terminal. Uses [`figlet-r

## Recent Changes

### v0.1.3
### [v0.1.31]

* Removed `ruscii` dependency due to some keyboard input issues on non-Windows platforms. rewritten using `crossterm` directly for rendering and corrected input handling.
* Added CLI flag `-p, --plain` to force dvd-term to only display the input string instead of converting to ASCII art.
Expand Down

0 comments on commit f787270

Please sign in to comment.