Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elwinar committed Mar 29, 2020
1 parent bc2c019 commit 9679f49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 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

## [v0.7.0](https://github.com/elwinar/rcoredump/releases/tag/v0.7.0) - 2020-03-29
### Added
- /about endpoint with build information
- Version of the webapp in the webapp's header
Expand All @@ -24,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Compute the core and executable sizes during indexation instead of analysis
- Rename Coredump.Date to Coredump.DumpedAt for consistency with Coredump.AnalyzedAt
### Fixed
- Case of the fields for sorting is back to lowercase (#26)
- Case of the fields for sorting is back to lowercase

## [v0.6.1](https://github.com/elwinar/rcoredump/releases/tag/v0.6.1) - 2020-03-23
### Internal
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ monkey: ## Build the test crashers

.PHONY: release
release: ## Build the release files
mkdir $(release_dir)
mkdir -p $(release_dir)
xgo --dest=$(release_dir) --targets=$(targets) --ldflags=$(ldflags) $(pkg)/bin/rcoredumpd
xgo --dest=$(release_dir) --targets=$(targets) --ldflags=$(ldflags) $(pkg)/bin/rcoredump

2 changes: 1 addition & 1 deletion bin/rcoredumpd/internal/statik.go

Large diffs are not rendered by default.

0 comments on commit 9679f49

Please sign in to comment.