Skip to content

Commit

Permalink
Merge pull request #208 from tstromberg/next-ver
Browse files Browse the repository at this point in the history
Version bump to v1.3.0
  • Loading branch information
tstromberg authored Aug 25, 2020
2 parents 2dafbc8 + b8f2c54 commit 9c6aceb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release Notes

## Version 1.3.0 - 2020-08-24

* Defer comment tags until all data is fetched, use cached metadata when available [#207](https://github.com/google/triage-party/pull/207)
* Make the Tags a set to avoid issues of DeDup [#203](https://github.com/google/triage-party/pull/203)
* Use internal mtime tracking to determine in-memory issue validatity [#205](https://github.com/google/triage-party/pull/205)
* Add svg for future scaling image uses [#202](https://github.com/google/triage-party/pull/202)
* fix startup panic [#199](https://github.com/google/triage-party/pull/199)
* cursor:pointer for collapsible [#198](https://github.com/google/triage-party/pull/198)
* Allow collections to define their own velocity stats [#191](https://github.com/google/triage-party/pull/191)

Huge thank you for this release towards our contributors:

- Grant Mccloskey
- Thomas Strömberg
- balopat

## Version 1.2.1 - 2020-07-17

* Return stale results if GitHub cannot be queried [#189](https://github.com/google/triage-party/pull/189)
Expand Down
2 changes: 1 addition & 1 deletion pkg/site/site.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (
)

// VERSION is what version of Triage Party we advertise as.
const VERSION = "v1.2.2-beta.0"
const VERSION = "v1.3.0"

var (
nonWordRe = regexp.MustCompile(`\W`)
Expand Down

0 comments on commit 9c6aceb

Please sign in to comment.