Skip to content

Commit

Permalink
Merge pull request #57 from esteinig/release/0.3.0
Browse files Browse the repository at this point in the history
chore(version): 0.3.0
  • Loading branch information
esteinig authored Jan 26, 2024
2 parents dc73af7 + c67a33f commit 4159fdb
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.3.0 - 2024-01-26
#### Bug Fixes
- **(action)** revert ssh-agent action version - (327b9eb) - esteinig
- **(action)** remove ubuntu image in action - (efe04ae) - esteinig
- **(app)** remove .vscode - (63c7ee3) - esteinig
- **(ci)** test action - (3237260) - esteinig
- **(stack)** mod web deployment dev profile - (f58f929) - esteinig
- **(stack)** deployment .gitignore and spelling - (e42bfc3) - esteinig
- **(stack)** fix web secrets path - (a180845) - esteinig
- **(stack)** agnostic domain templates - (e054d63) - esteinig
- **(stack)** proxied docker compose secrets location - (07cf507) - esteinig
- **(stack)** docker web data cleaner - (f49c5d7) - esteinig
#### Documentation
- **(readme)** production reminder, web app restrictions - (8103782) - esteinig
- **(readme)** deployment and development - (19b4859) - esteinig
- **(readme)** fix etymology section - (0bc1c2a) - *esteinig*
- **(readme)** fix rebuild command - (5c395d4) - *esteinig*
- **(readme)** fix params - (5712a4d) - *esteinig*
- **(readme)** fix styles - (ce0d76b) - *esteinig*
- **(readme)** fix browser address and overview - (119aa4d) - *esteinig*
- **(readme)** local stack deployment and dependencies - (567c75e) - esteinig
#### Features
- **(ci)** ci/cd for production releases - (e600e15) - esteinig

- - -

## 0.2.0 - 2024-01-24
#### Features
- **(changelog)** auto bump version config - (8448509) - 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.2.0",
"version": "0.3.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.2.0
PUBLIC_BRICK_VERSION=0.3.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.2.0"
version = "0.3.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 4159fdb

Please sign in to comment.