Skip to content

Commit

Permalink
Preparations for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoh committed May 5, 2021
1 parent bd1b697 commit 378ef8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.5.0

- Add support for reading files from stdin and writing files to stdout.

## v1.4.1

- Add support for Linux on 32-bit ARM.
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MAJOR ?= 1
MINOR ?= 4
PATCH ?= 1
MINOR ?= 5
PATCH ?= 0

LDFLAGS := -X=main.MAJOR=$(MAJOR)
LDFLAGS += -X=main.MINOR=$(MINOR)
Expand Down

0 comments on commit 378ef8a

Please sign in to comment.