Skip to content

Commit

Permalink
Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
naavis committed Jul 8, 2019
1 parent c3a7163 commit b4095dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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).

## Unreleased
## 2.1.1 - 2019-07-08

### Changed
### Fixed
- Fixed bug where removing the only crystal population caused the UI controls not to work anymore

## 2.1.0 - 2019-07-07
Expand All @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Made sidebar scrollable when the window is small enough
- Made UI show field of view in degrees
- Limited field of view for stereographic, rectilinear and orthographic projections

### Fixed
- Fixed bug where field of view sometimes did not update correctly when choosing a new projection

## 2.0.0 - 2019-07-02
Expand All @@ -30,9 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 1.1.0 - 2019-06-17

### Changed
- Renamed C-axis orientation to simply C-axis tilt

### Fixed
- Fixed bug where uniform C-axis orientation was messing with C-axis rotation
- Renamed C-axis orientation to simply C-axis tilt

## 1.0.0 - 2019-06-16

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2.1.0-{build}'
version: '2.1.1-{build}'
branches:
only:
- master
Expand Down

0 comments on commit b4095dd

Please sign in to comment.