Push new beta
This commit is contained in:
parent
e7eab45fdc
commit
ec52d49816
|
@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|||
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).
|
||||
|
||||
## 1.0 beta 989 (2018-10-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Alert unsupported configuration options.
|
||||
- Use accent color for checkmarks in table cells.
|
||||
|
||||
## 1.0 beta 975 (2018-10-11)
|
||||
|
||||
First public beta release.
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
BASE=`agvtool what-version -terse`
|
||||
COUNT=`git rev-list --count master`
|
||||
echo $((BASE + COUNT))
|
Loading…
Reference in New Issue