Push new beta

This commit is contained in:
Davide De Rosa 2018-10-16 18:10:46 +02:00
parent e7eab45fdc
commit ec52d49816
2 changed files with 11 additions and 0 deletions

View File

@ -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.

4
ci/build-number.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
BASE=`agvtool what-version -terse`
COUNT=`git rev-list --count master`
echo $((BASE + COUNT))