Skip to content

Commit

Permalink
Bump version number and update changelog for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Oct 26, 2020
1 parent 390021b commit eac7d70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.8.0 - October 25, 2020

Features:

- Use monospaced font for paths shown in the grid.
- Remember user's search option settings between sessions.
- Added button to reset search options to their default values.
- Remember the window's position and size between sessions.

## v1.7.0 - October 25, 2020

Features:
Expand Down
2 changes: 1 addition & 1 deletion build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variables:
buildConfiguration: 'Release'
appBinariesDirectory: 'src\PathLengthCheckerGUI\bin\$(buildConfiguration)'

version.MajorMinor: '1.7' # Manually adjust the version number as needed for semantic versioning. Revision is auto-incremented.
version.MajorMinor: '1.8' # Manually adjust the version number as needed for semantic versioning. Revision is auto-incremented.
version.Revision: $[counter(variables['version.MajorMinor'], 0)]
versionNumber: '$(version.MajorMinor).$(version.Revision)'

Expand Down

0 comments on commit eac7d70

Please sign in to comment.