Skip to content

Commit 5c39e71

Browse files
committed
Add v0.5.0-alpha release for Zenodo
1 parent e437a7c commit 5c39e71

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,24 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.5.0-alpha
6+
7+
### Added
8+
9+
- Added [About](https://OpenFAST.github.io/acdc/docs/about) page to documentation
10+
- Enabled [Zenodo](https://zenodo.org/) for repository to generate DOI for each release
11+
512
## v0.4.0-alpha
613

714
### Added
815

916
- Documentation in Github Pages
1017
- Apache 2 License
1118

19+
### Changed
20+
21+
- Moved repository to the [OpenFAST Organization](https://github.com/OpenFAST/acdc)
22+
1223
### Fixed
1324

1425
- Model: "Model" tab doesn't work [#6](https://github.com/deslaughter/acdc-app/issues/6)
@@ -19,7 +30,7 @@ All notable changes to this project will be documented in this file.
1930

2031
- New example project based on NREL 5MW land based turbine (`examples/NREL_5MW_Land`)
2132
- New example project based on NREL 5MW monopile turbine with HydroDyn and SubDyn (`examples/NREL_5MW_Monopile`)
22-
- Ability to load existing results and Campbell diagram when selecting linearization folder
33+
- Results: Ability to load existing results and Campbell diagram when selecting linearization folder
2334
- Analysis: Add Copy feature for Analysis cases [#3](https://github.com/deslaughter/acdc-app/issues/3)
2435
- Results: Add button to visualize all operating points in line
2536

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
//go:embed all:frontend/dist
1717
var assets embed.FS
1818

19-
var version = "0.4.0-" + versioninfo.Short()
19+
var version = "0.5.0-" + versioninfo.Short()
2020

2121
func main() {
2222

0 commit comments

Comments
 (0)