From 4754a6d4e3b5626ec949c846c2b7a4c9d31032e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vin=C3=ADcius=20R=2E=20Miguel?= Date: Thu, 5 Jan 2023 19:15:43 -0300 Subject: [PATCH] Bump to 0.4.1 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- LICENSE | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ed0a12..dacd571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,9 @@ Categories Used: **Bullet points in chronological order by PR** -## [Unreleased](https://github.com/ouch-org/ouch/compare/0.4.0...HEAD) +## [Unreleased](https://github.com/ouch-org/ouch/compare/0.4.1...HEAD) + +## [0.4.1](https://github.com/ouch-org/ouch/compare/0.4.0...0.4.1) ### New Features diff --git a/Cargo.lock b/Cargo.lock index 45703fe..10b07a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -541,7 +541,7 @@ checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" [[package]] name = "ouch" -version = "0.4.0" +version = "0.4.1" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index bf4fc11..3ef8fa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ouch" -version = "0.4.0" +version = "0.4.1" authors = ["Vinícius Rodrigues Miguel ", "João M. Bezerra "] edition = "2021" readme = "README.md" diff --git a/LICENSE b/LICENSE index 3491346..7011177 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2022 Vinícius R. Miguel, João Marcos P. Bezerra and contributors +Copyright (c) 2021-2023 Vinícius R. Miguel, João Marcos P. Bezerra and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal -- 2.11.4.GIT