Skip to content

Commit df83b9b

Browse files
committed
chore(/): 1.3.0 -> 1.3.1 (& add Profpatsch to authors)
This is a bugfix release, to fix unnecessary builds on `lorri direnv` after the build loop refactor. See changelog.
1 parent 40b9ce5 commit df83b9b

File tree

3 files changed

+78
-77
lines changed

3 files changed

+78
-77
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 75 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name = "lorri"
33
# lorri uses a MAJOR.MINOR versioning scheme, see MAINTAINERS.md for details.
44
# Cargo requires MAJOR.MINOR.PATCH. So we translate lorri's versioning scheme
55
# to MAJOR.MINOR.0, i.e. the PATCH part is always zero.
6-
version = "1.3.0" # Format: MAJOR.MINOR.0
6+
version = "1.3.1" # Format: MAJOR.MINOR.0
77
authors = [
88
"Graham Christensen <[email protected]>",
9+
"Profpatsch <[email protected]>"
910
]
1011
homepage = "https://github.com/nix-community/lorri"
1112
license = "Apache-2.0"

0 commit comments

Comments
 (0)