Skip to content

Commit

Permalink
Merge pull request #133 from IN-CORE/main
Browse files Browse the repository at this point in the history
Main to dev
  • Loading branch information
ywkim312 authored Nov 4, 2024
2 parents cf3ba1d + 80c1d1b commit 0c1e66c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.9.0] - 2024-10-23
### Changed
- Hub containers versioning has been updated to use the changelog [#127](https://github.com/IN-CORE/incore-lab/issues/127)
- Separated code for lab and hub using their own placeholder [#128](https://github.com/IN-CORE/incore-lab/issues/128)
- Removed incore utilities code [#129](https://github.com/IN-CORE/incore-lab/issues/129)
- IN-CORE releaes 5.5.0 with pyincore 1.20.0

## [1.8.0] - 2024-08-21
### Changed
Expand Down
7 changes: 4 additions & 3 deletions lab/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ title: "IN-CORE Lab component version information"
project: "IN-CORE Lab"
author: "Yong Wook Kim"
Channel: "in-core"
#Channel: "in-core/label/rc"
# version form must be "x.x.x"
INCORE_VERSION: "5.3.1"
PyIncore: "1.19.0"
PyIncore-Viz: "1.10.1"
PyIncore-Data: "0.6.3"
PyIncore: "1.20.0"
PyIncore-Viz: "1.11.0"
PyIncore-Data: "0.7.0"

0 comments on commit 0c1e66c

Please sign in to comment.