Skip to content

Commit

Permalink
Tag v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgabe committed Oct 10, 2021
1 parent 0072956 commit e0ed2a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2021-10-10
### Added
- Support for sample delivery via shared memory.

Expand Down Expand Up @@ -86,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Redirect logged in users to jobs when page was not found.
- Improved template renderer to use layouts.

[Unreleased]: https://github.com/sgabe/winaflpet/compare/v0.0.7...HEAD
[Unreleased]: https://github.com/sgabe/winaflpet/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/sgabe/winaflpet/releases/tag/v0.1.0
[0.0.7]: https://github.com/sgabe/winaflpet/releases/tag/v0.0.7
[0.0.6]: https://github.com/sgabe/winaflpet/releases/tag/v0.0.6
[0.0.5]: https://github.com/sgabe/winaflpet/releases/tag/v0.0.5
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all server agent

BUILD_VER := 0.0.7
BUILD_VER := 0.1.0
BUILD_REV := $(shell git rev-parse --short HEAD)
BUILD_DATE ?= $(shell git log --pretty=format:%ct -1)

Expand Down

0 comments on commit e0ed2a6

Please sign in to comment.