Skip to content

Commit

Permalink
chore(/): 1.4.0 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien authored and Profpatsch committed May 11, 2021
1 parent b84602c commit f4b6a13
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 82 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.

160 changes: 80 additions & 80 deletions Cargo.nix

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
Expand Up @@ -3,7 +3,7 @@ name = "lorri"
# lorri uses a MAJOR.MINOR versioning scheme, see MAINTAINERS.md for details.
# Cargo requires MAJOR.MINOR.PATCH. So we translate lorri's versioning scheme
# to MAJOR.MINOR.0, i.e. the PATCH part is always zero.
version = "1.4.0" # Format: MAJOR.MINOR.0
version = "1.5.0" # Format: MAJOR.MINOR.0
authors = [
"Graham Christensen <[email protected]>",
"Profpatsch <[email protected]>"
Expand Down
8 changes: 8 additions & 0 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
# 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?))
# Find the current version number with `git log --pretty=%h | wc -l`
entries = [
{
version = 886;
changes = ''
Various fixes to lorri internal stream-events after daemon socket
protocol rewrite. It would hang and leak file descriptors in the
daemon.
'';
}
{
version = 881;
changes = ''
Expand Down

0 comments on commit f4b6a13

Please sign in to comment.