Skip to content

Commit

Permalink
feat(/): release 1.3.0
Browse files Browse the repository at this point in the history
We fixed the build loop, time for a new release!
  • Loading branch information
Profpatsch committed Mar 5, 2021
1 parent 516d91a commit a26745e
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 76 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.

148 changes: 74 additions & 74 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.2.0" # Format: MAJOR.MINOR.0
version = "1.3.0" # Format: MAJOR.MINOR.0
authors = [
"Graham Christensen <[email protected]>",
]
Expand Down
1 change: 1 addition & 0 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
package = import ./default.nix {};

changelog = {
# 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 = [
{
Expand Down

0 comments on commit a26745e

Please sign in to comment.