diff --git a/CHANGELOG.md b/CHANGELOG.md index eb336d2..d2a2087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased -[Compare with latest](https://github.com/AllenInstitute/npc_lims/compare/v0.1.110...HEAD) +[Compare with latest](https://github.com/AllenInstitute/npc_lims/compare/v0.1.111...HEAD) ### Added -- add dependency ([9887751](https://github.com/AllenInstitute/npc_lims/commit/988775125b4fdbd8f6e7bffd8d257928829615ad) by arjun.sridhar12345). +- add workflows and update db #19, #18, https://github.com/AllenNeuralDynamics/dynamic-routing/issues/11 ([7e01eb4](https://github.com/AllenInstitute/npc_lims/commit/7e01eb4f0890d363757a6b41649bd1a264f231c0) by arjun.sridhar12345). +## [v0.1.111](https://github.com/AllenInstitute/npc_lims/releases/tag/v0.1.111) - 2024-01-31 + +[Compare with v0.1.110](https://github.com/AllenInstitute/npc_lims/compare/v0.1.110...v0.1.111) + +### Added + +- add dependency ([9887751](https://github.com/AllenInstitute/npc_lims/commit/988775125b4fdbd8f6e7bffd8d257928829615ad) by arjun.sridhar12345). + ## [v0.1.110](https://github.com/AllenInstitute/npc_lims/releases/tag/v0.1.110) - 2024-01-24 [Compare with v0.1.109](https://github.com/AllenInstitute/npc_lims/compare/v0.1.109...v0.1.110) diff --git a/npc_lims b/npc_lims index 9887751..7e01eb4 160000 --- a/npc_lims +++ b/npc_lims @@ -1 +1 @@ -Subproject commit 988775125b4fdbd8f6e7bffd8d257928829615ad +Subproject commit 7e01eb4f0890d363757a6b41649bd1a264f231c0 diff --git a/pyproject.toml b/pyproject.toml index d798696..b72e85d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "npc_lims" -version = "0.1.111" +version = "0.1.112" description = "Tools to fetch and update paths, metadata and state for Mindscope Neuropixels sessions, in the cloud." authors = [ { name = "Arjun Sridhar", email = "arjun.sridhar@alleninstitute.org" },