Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit 1505e9a

Browse files
committed
Add Docker image ID
1 parent 9d92618 commit 1505e9a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim
1+
FROM python:3.9-slim@sha256:5f0192a4f58a6ce99f732fe05e3b3d00f12ae62e183886bca3ebe3d202686c7f
22

33
RUN \
44
adduser --system --disabled-password --shell /bin/bash vscode && \

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6+
## [0.3.3] - 2023-06-29
7+
8+
+ Add - Docker image ID
9+
610
## [0.3.2] - 2023-04-14
711

812
+ Add - `quality_metrics.ipynb` for visualizing quality metrics.
@@ -93,6 +97,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
9397

9498
+ Add - Version
9599

100+
[0.3.3]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.3
96101
[0.3.2]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.2
97102
[0.3.1]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.1
98103
[0.3.0]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.0

workflow_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Package metadata
33
Update the Docker image tag in `docker-compose.yaml` to match
44
"""
5-
__version__ = "0.3.2"
5+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)