Skip to content

Commit

Permalink
Increment version to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Jan 1, 2024
1 parent 1a63787 commit 8797d41
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.9 != 0.1.10 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / cargo-semver-checks

Version mismatch: tag 0.1.9 != 0.1.10 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.9 != 0.1.10 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.9 != 0.1.10 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.9 != 0.1.10 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.9 != 0.1.10 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

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

Version mismatch: tag 0.1.9 != 0.1.10 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.9 != 0.1.10 from Cargo.toml
name = "stdecor"
description = "Run a command with a decorated stdout/stderr"
version = "0.1.9"
version = "0.1.10"
authors = ["Leandro Lisboa Penz <[email protected]>"]
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.9";
version = "0.1.10";
src = self;
cargoLock.lockFile = ./Cargo.lock;
};
Expand Down

0 comments on commit 8797d41

Please sign in to comment.