Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Oct 8, 2020
1 parent 6d2418b commit 78e8984
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## unreleased
## 0.12.0 - 2020-09-25

### Changes
- Server rewritten in Rust. Ideally this should not be noticed.
Expand Down
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.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "evebox"
version = "0.12.0-dev"
# Suffix with -dev when not a release.
version = "0.12.0"
authors = ["Jason Ish <ish@unx.ca>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - GNU Make

# Version info.
VERSION_SUFFIX := dev
#VERSION_SUFFIX := dev
VERSION := 0.12.0
BUILD_REV ?= $(shell git rev-parse --short HEAD)
BUILD_DATE ?= $(shell date +%s)
Expand Down

0 comments on commit 78e8984

Please sign in to comment.