Skip to content

Commit

Permalink
add 2021 versions (#39)
Browse files Browse the repository at this point in the history
* add 2021 versions

* add changelog entry
  • Loading branch information
johrstrom authored Feb 8, 2022
1 parent 439f656 commit 0e48240
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.14.0] - 2022-02-8

### Added

- 2021 versions in [39](https://github.com/OSC/bc_osc_ansys_workbench/pull/39).

## [0.13.1] - 2021-12-21

### Changed
Expand Down Expand Up @@ -166,7 +173,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release!

[Unreleased]: https://github.com/OSC/bc_osc_ansys_workbench/compare/v0.13.0...HEAD
[Unreleased]: https://github.com/OSC/bc_osc_ansys_workbench/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/OSC/bc_osc_ansys_workbench/compare/v0.13.1...v0.14.0
[0.13.1]: https://github.com/OSC/bc_osc_ansys_workbench/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/OSC/bc_osc_ansys_workbench/compare/v0.12.2...v0.13.0
[0.12.2]: https://github.com/OSC/bc_osc_ansys_workbench/compare/v0.12.1...v0.12.2
[0.12.1]: https://github.com/OSC/bc_osc_ansys_workbench/compare/v0.12.0...v0.12.1
Expand Down
10 changes: 6 additions & 4 deletions form.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,12 @@ attributes:
label: "ANSYS Workbench version"
help: "This defines the version of ANSYS you want to load."
options:
- [ "2020R2", "ansys/2020R2" ]
- [ "2020R1", "ansys/2020R1" ]
- [ "2019R2", "ansys/2019R2" ]
- [ "2019R1", "ansys/2019R1" ]
- [ "2021 R2", "ansys/2021R2" ]
- [ "2021 R1", "ansys/2021R1" ]
- [ "2020 R2", "ansys/2020R2" ]
- [ "2020 R1", "ansys/2020R1" ]
- [ "2019 R2", "ansys/2019R2" ]
- [ "2019 R1", "ansys/2019R1" ]
- [ "19.2", "ansys/19.2" ]
- [ "19.1", "ansys/19.1" ]
- [ "18.1", "ansys/18.1" ]
Expand Down

0 comments on commit 0e48240

Please sign in to comment.