Skip to content

Commit

Permalink
chore(version): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cog-bot committed Feb 10, 2024
1 parent 00500c3 commit 23e7379
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.4.0 - 2024-02-10
#### Bug Fixes
- **(api)** subprocess str types - (5fb84dd) - esteinig
- **(app)** annotation primary return ring type - (ed5c1ad) - esteinig
- **(stack)** mamba env in runner stage - (32f7ccd) - esteinig
#### Features
- **(app)** edit label styles and annotations - (2a59fd4) - esteinig

- - -

## 0.3.0 - 2024-01-26
#### Bug Fixes
- **(action)** revert ssh-agent action version - (327b9eb) - 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.3.0",
"version": "0.4.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 @@ -37,7 +37,7 @@ SESSION_MAX_FILES=10000

# ORIGIN: http://localhost:5174

PUBLIC_BRICK_VERSION=0.3.0
PUBLIC_BRICK_VERSION=0.4.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.3.0"
version = "0.4.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 23e7379

Please sign in to comment.