Skip to content

Commit f4b6a13

Browse files
symphorienProfpatsch
authored andcommitted
chore(/): 1.4.0 -> 1.5.0
1 parent b84602c commit f4b6a13

File tree

4 files changed

+90
-82
lines changed

4 files changed

+90
-82
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: 80 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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.4.0" # Format: MAJOR.MINOR.0
6+
version = "1.5.0" # Format: MAJOR.MINOR.0
77
authors = [
88
"Graham Christensen <[email protected]>",
99
"Profpatsch <[email protected]>"

release.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
# TODO: change the version number to the actual lorri versions, (and transfer the changelog to a real conventional changelog file, then update lorri self-upgrade (maybe use toml?))
66
# Find the current version number with `git log --pretty=%h | wc -l`
77
entries = [
8+
{
9+
version = 886;
10+
changes = ''
11+
Various fixes to lorri internal stream-events after daemon socket
12+
protocol rewrite. It would hang and leak file descriptors in the
13+
daemon.
14+
'';
15+
}
816
{
917
version = 881;
1018
changes = ''

0 commit comments

Comments
 (0)