Skip to content

Commit

Permalink
Bump version from 0.1.1 to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hadley committed May 4, 2023
1 parent f4b8803 commit 9f6ec8c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on: workflow_dispatch

env:
PARAMVIEW_VERSION: "0.1.1"
PARAMVIEW_VERSION: "0.2.0"

jobs:
build:
Expand Down
28 changes: 23 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,37 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0).

## [Unreleased]

## [0.2.0] (May 4 2023)

### Added

- Automatically opening a browser window can be disabled when using the `start_server`
Python function.

### Changed

- Improved automatic scrolling when searching for commits.
- Parameters are no longer sorted, meaning the original order is preserved.

## Fixed

- Dictionaries are no longer treated as lists in some cases.

## [0.1.1] (Apr 11 2023)

### Fixed
- Releases contain the frontend

- Releases contain the frontend.

## [0.1.0] (Apr 11 2023)

### Added

- GUI for viewing contents of a ParamDB database
- CLI command `paramview` for launching the GUI
- `start_server` Python function to launch the GUI
- GUI for viewing contents of a ParamDB database.
- CLI command `paramview` for launching the GUI.
- `start_server` Python function to launch the GUI.

[unreleased]: https://github.com/PainterQubits/paramview/compare/v0.1.1...main
[unreleased]: https://github.com/PainterQubits/paramview/compare/v0.2.0...main
[0.2.0]: https://github.com/PainterQubits/paramview/releases/tag/v0.2.0
[0.1.1]: https://github.com/PainterQubits/paramview/releases/tag/v0.1.1
[0.1.0]: https://github.com/PainterQubits/paramview/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "0.1.1",
"version": "0.2.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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "paramview"
version = "0.1.1"
version = "0.2.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 9f6ec8c

Please sign in to comment.