Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 28, 2023
1 parent 5bce181 commit 5346b75
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## 0.1.0 (2023-11-28)


### Features

* **base Image:** debugged micromamba installation process ([4a6b0ac](https://github.com/brianmajor/science-containers/commit/4a6b0acc470da7ffc265459d4de443464ecbb607))
* **build:** add quotes around python versions ([a64ef9b](https://github.com/brianmajor/science-containers/commit/a64ef9be5945c9cba1e0634317aa6503d2e06392))
* **ci:** added pre-commit ci action ([2cc8b3d](https://github.com/brianmajor/science-containers/commit/2cc8b3d92aeca39e3605a38d2fe3e90fbe36c347))
* **docs:** added mkdocs ([8505ae8](https://github.com/brianmajor/science-containers/commit/8505ae80f38eefda829eba3b1de201326f80d095))
* **Github-Actions:** added a new deployment step with matrix capabilties ([1d2b711](https://github.com/brianmajor/science-containers/commit/1d2b71185d9e757a7fc7588c2e375704514d1522))
* **Github-Actions:** added deloyment action for base container ([32df4a2](https://github.com/brianmajor/science-containers/commit/32df4a2cb4183ba57996524f2735f45e5c9d9b20))
* **setup:** added python setup config ([e740204](https://github.com/brianmajor/science-containers/commit/e740204bef364144902201fbeb8ed6431536c7e3))


### Bug Fixes

* **build:** fixed ref issue in docker build ([d971218](https://github.com/brianmajor/science-containers/commit/d971218673fd62ff139db6fd7fc2fa1aeea138f8))
* **CI/CD:** fixed issues with docs build ([1661518](https://github.com/brianmajor/science-containers/commit/1661518052492836200733459ed2aa4230024103))
* **docs:** fixed the spelling of ubuntu ([ff272b3](https://github.com/brianmajor/science-containers/commit/ff272b3d0033a970d7d8dce8b4d3417732953edc))
* **Github-Actions:** fixed github actions syntax ([beafcc6](https://github.com/brianmajor/science-containers/commit/beafcc65d8103fe09375a6206845b80549319935))
* **Github-Actions:** working on deployment ([d19c775](https://github.com/brianmajor/science-containers/commit/d19c775de05eeb51931e68f72930a9b89c441303))
* **Github-Actions:** working on deployment chain ([c14f04d](https://github.com/brianmajor/science-containers/commit/c14f04dbf0a46db26821f2aa9134c9b438665ae8))


### Documentation

* **docs:** initial port from science-containers ([af7abaf](https://github.com/brianmajor/science-containers/commit/af7abaf9276c51b2b6e6a748f0ffc9a179202932))
* **docs:** root README.md ([68ea7d3](https://github.com/brianmajor/science-containers/commit/68ea7d3a20e80dac9ffe0c689b7e4e11a2083dff))
* **docs:** root README.md ([c31227c](https://github.com/brianmajor/science-containers/commit/c31227c998cafbd7f4fe1af103989ccc3c1abe20))
* **rework:** index rework ([0072015](https://github.com/brianmajor/science-containers/commit/00720150466de4de4d2097a405f839e0ff48d764))
* **rework:** rework ([5bc217c](https://github.com/brianmajor/science-containers/commit/5bc217cc11b4ab72b156d8f96f8d35995b4a8d2b))

## [0.4.2](https://github.com/opencadc/scicon/compare/v0.4.1...v0.4.2) (2023-10-25)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "science-containers"
version = "0.4.2"
version = "0.1.0"
description = "Science Containers for CANFAR"
authors = ["CANFAR <[email protected]>"]
license = "GNU Affero GPL v3.0"
Expand Down

0 comments on commit 5346b75

Please sign in to comment.