Skip to content

Commit

Permalink
chore(version): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
esteinig committed Jan 24, 2024
1 parent 8448509 commit d082311
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.2.0 - 2024-01-24
#### Features
- **(changelog)** auto bump version config - (8448509) - esteinig

- - -

## 0.1.0 - 2024-01-24
#### Bug Fixes
- **(app)** fix session plot config reset - (d737a40) - esteinig
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brick",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion docker/brick.env
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SESSION_MAX_FILES=10000

# ORIGIN: http://localhost:5174

PUBLIC_BRICK_VERSION=0.1.0
PUBLIC_BRICK_VERSION=0.2.0

# Request size limit to Sveltekit server
# determines maximum file and other request
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 = "setuptools.build_meta"

[project]
name = "brick"
version = "0.1.0"
version = "0.2.0"
authors = [{name="Eike Steinig", email="eike.steinig@unimelb.edu.au"}]
description = "BRICK implements BRIG-like interactive figures in D3 for bacterial genome visualization, annotation, comparison and exploration using a Python scripting API, CLI, REST API or UI."
readme = "README.md"
Expand Down

0 comments on commit d082311

Please sign in to comment.