Skip to content

Commit

Permalink
Release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andretcarpizo committed Dec 22, 2023
1 parent 88fedcb commit 6444d50
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.1] - 2023-12-21

### Documentation

- Fix typo in README.md

## [1.0.0] - 2023-12-21

### 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 = "murmur"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
license = "MIT"
description = "This library provides a simple and flexible way to format colored messages with optional `NerdFonts` or `Unicode` icons."
Expand Down
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[env]
VERSION = "1.0.0"
VERSION = "1.0.1"

[tasks.cargo-fmt]
install_crate = "rustfmt"
Expand Down

0 comments on commit 6444d50

Please sign in to comment.