Skip to content

Commit

Permalink
Release version 0.2.0 (#36)
Browse files Browse the repository at this point in the history
* Update changelog and version number for version 0.2.0

* Move #26 to fixed in changelog
  • Loading branch information
joeloskarsson authored Nov 20, 2024
1 parent 3378faa commit a6d43e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased](https://github.com/mllam/weather-model-graphs/compare/v0.1.0...HEAD)
## [unreleased](https://github.com/mllam/weather-model-graphs/compare/v0.2.0...HEAD)


## [v0.2.0](https://github.com/mllam/weather-model-graphs/releases/tag/v0.2.0)

### Added

Expand All @@ -27,10 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Fix wrong number of mesh levels when grid is multiple of refinement factor
[\#26](https://github.com/mllam/weather-model-graphs/pull/26)
@joeloskarsson

- Create different number of mesh nodes in x- and y-direction.
[\#21](https://github.com/mllam/weather-model-graphs/pull/21)
@joeloskarsson
Expand All @@ -53,6 +52,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[\#35](https://github.com/mllam/weather-model-graphs/pull/35)
@joeloskarsson

- Fix wrong number of mesh levels when grid is multiple of refinement factor
[\#26](https://github.com/mllam/weather-model-graphs/pull/26)
@joeloskarsson

### Maintenance

- Ensure that cell execution doesn't time out when building jupyterbook based
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "weather-model-graphs"
version = "0.1.0"
version = "0.2.0"
description = "Tools for creating and visualising data-driven weather model graphs"
authors = [
{name = "Leif Denby", email = "lcd@dmi.dk"},
Expand Down

0 comments on commit a6d43e3

Please sign in to comment.