Skip to content

Commit

Permalink
Merge pull request #249 from lanl/AndrewGaspar/v0.1.0
Browse files Browse the repository at this point in the history
Officially Create Version 0.1.0
  • Loading branch information
Andrew Gaspar authored Aug 17, 2020
2 parents 1bf5ef1 + 9b2826a commit 5979a09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
18 changes: 5 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,17 @@
## Current develop

### Added (new features/APIs/variables/...)
- Introduced CHANGELOG.md

### Changed (changing behavior/API/variables/...)

### Fixed (not changing behavior/API/variables/...)

### Removed

## Release 0.1.0
Date: 8/4/2020

## Release 0.MAJOR.MINOR
Note:
- will only contain the subsections of develop that were filled
- will (ideally) include the PR that introduced the change

### Added (new features/APIs/variables/...)
- lorem (#11)
- ipsum (#14)

### Fixed (not changing behavior/API/variables/...)

- dolor (#911)
Initial release of Parthenon AMR infrastructure.

### Changed
[[PR 214]](https://github.com/lanl/parthenon/pull/214): The weak linked routines for user-specified parthenon behavior have been removed in favor of a more portable approach. See [the documentation](docs/README.md#user-specified-internal-functions).
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#=========================================================================================

cmake_minimum_required(VERSION 3.10)
project(parthenon LANGUAGES C CXX)
project(parthenon VERSION 0.1.0 LANGUAGES C CXX)

include(CTest)

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We aim at creating a new release everyone 4 to 6 weeks.
The decision on creating a new release is made during the bi-weekly calls.
A release consists of of merging `develop` into `stable` and create a new tag for that version
using a modified [semantic versioning](https://semver.org/) scheme.
Releases will be tagged `0.MAJOR.MINOR` given the current rapid development.
Releases will be tagged `v0.MAJOR.MINOR` given the current rapid development.

- MAJOR is incremented for API incompatible changes
- MINOR is incremented for backwards compatible changes and bug fixes
Expand Down

0 comments on commit 5979a09

Please sign in to comment.