Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please.manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"server": "0.1.1",
"client": "0.1.1"
"server": "0.1.2",
"client": "0.1.2"
}
7 changes: 7 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/copick/copick-web/compare/client-v0.1.1...client-v0.1.2) (2026-03-13)


### Features

* containerize app ([#4](https://github.com/copick/copick-web/issues/4)) ([1b57cb4](https://github.com/copick/copick-web/commit/1b57cb40e51ce6553f47ea896802725e31e850bc))

## [0.1.1](https://github.com/copick/copick-web/compare/client-v0.1.0...client-v0.1.1) (2026-02-25)


Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "copick-web-client",
"private": true,
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/copick/copick-web/compare/server-v0.1.1...server-v0.1.2) (2026-03-13)


### Features

* containerize app ([#4](https://github.com/copick/copick-web/issues/4)) ([1b57cb4](https://github.com/copick/copick-web/commit/1b57cb40e51ce6553f47ea896802725e31e850bc))

## [0.1.1](https://github.com/copick/copick-web/compare/server-v0.1.0...server-v0.1.1) (2026-02-25)


Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "copick-web"
version = "0.1.1"
version = "0.1.2"
description = "Web visualization for copick datasets"
requires-python = ">=3.9"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion server/src/copick_web/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Copick Web - Web visualization for copick datasets."""

__version__ = "0.1.1"
__version__ = "0.1.2"