Skip to content

Commit

Permalink
Bump version from 0.4.1 to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jun 26, 2024
1 parent 0d398ad commit b5d5e85
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0).

## [Unreleased]

## [0.5.0] (Jun 26 2024)

### Added

- Support for ParamDB v0.15.0.
Expand Down Expand Up @@ -70,7 +72,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0).
- CLI command `paramview` for launching the GUI.
- `start_server` Python function to launch the GUI.

[unreleased]: https://github.com/PainterQubits/paramview/compare/v0.4.1...main
[unreleased]: https://github.com/PainterQubits/paramview/compare/v0.5.0...main
[0.5.0]: https://github.com/PainterQubits/paramview/releases/tag/v0.5.0
[0.4.1]: https://github.com/PainterQubits/paramview/releases/tag/v0.4.1
[0.4.0]: https://github.com/PainterQubits/paramview/releases/tag/v0.4.0
[0.3.0]: https://github.com/PainterQubits/paramview/releases/tag/v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ authors:
- family-names: "Hadley"
given-names: "Alex"
title: "ParamView"
version: 0.4.1
date-released: 2024-02-07
version: 0.5.0
date-released: 2024-06-26
url: "https://github.com/PainterQubits/paramview"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paramview",
"private": true,
"version": "0.4.1",
"version": "0.5.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "paramview"
version = "0.4.1"
version = "0.5.0"
description = "GUI for viewing the contents of a ParamDB database."
authors = ["Alex Hadley <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit b5d5e85

Please sign in to comment.