Skip to content

Commit

Permalink
Increment version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Jul 9, 2023
1 parent e4b313e commit 3602666
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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]

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / cargo-deb

Version mismatch: tag 0.1.4 != 0.1.5 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-github-release

Version mismatch: tag 0.1.4 != 0.1.5 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-cratesio

Version mismatch: tag 0.1.4 != 0.1.5 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-packagecloud (debian/debian/bullseye)

Version mismatch: tag 0.1.4 != 0.1.5 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-packagecloud (debian/debian/bookworm)

Version mismatch: tag 0.1.4 != 0.1.5 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-packagecloud (ubuntu/ubuntu/kinetic)

Version mismatch: tag 0.1.4 != 0.1.5 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-packagecloud (ubuntu/ubuntu/focal)

Version mismatch: tag 0.1.4 != 0.1.5 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / publish-cachix

Version mismatch: tag 0.1.4 != 0.1.5 from Cargo.toml
name = "stdecor"
description = "Run a command with a decorated stdout/stderr"
version = "0.1.4"
version = "0.1.5"
authors = ["Leandro Lisboa Penz <lpenz@lpenz.org>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
rec {
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "stdecor";
version = "0.1.4";
version = "0.1.5";
src = self;
cargoLock.lockFile = ./Cargo.lock;
};
Expand Down

0 comments on commit 3602666

Please sign in to comment.