Skip to content

Commit

Permalink
πŸ”– Release 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jun 21, 2023
1 parent 3aa5b08 commit 16446b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<!-- prettier-ignore -->
Name | PR | Developer | Date | Version
--- | --- | --- | --- | ---
⬆️ Bump lamindb to 0.44.0 | [16](https://github.com/laminlabs/lnschema-lamin1/pull/16) | [falexwolf](https://github.com/falexwolf) | 2023-06-21 |
πŸ‘· Add deploy workflow | [15](https://github.com/laminlabs/lnschema-lamin1/pull/15) | [falexwolf](https://github.com/falexwolf) | 2023-06-20 |
⬆️ Upgrade lamindb | [14](https://github.com/laminlabs/lnschema-lamin1/pull/14) | [fredericenard](https://github.com/fredericenard) | 2023-06-19 | 0.19a2
⬆️ Bump lamindb to 0.44.0 | [16](https://github.com/laminlabs/lnschema-lamin1/pull/16) | [falexwolf](https://github.com/falexwolf) | 2023-06-21 | 0.19.0
πŸ‘· Add app deploy workflow | [15](https://github.com/laminlabs/lnschema-lamin1/pull/15) | [falexwolf](https://github.com/falexwolf) | 2023-06-20 | 0.19a3
⬆️ Bump lamindb to 0.43.0 | [14](https://github.com/laminlabs/lnschema-lamin1/pull/14) | [fredericenard](https://github.com/fredericenard) | 2023-06-19 | 0.19a2
♻️ Prettify | [13](https://github.com/laminlabs/lnschema-lamin1/pull/13) | [falexwolf](https://github.com/falexwolf) | 2023-06-12 | 0.19a1
🚚 Finish first proper draft of migration | [12](https://github.com/laminlabs/lnschema-lamin1/pull/12) | [falexwolf](https://github.com/falexwolf) | 2023-06-11 |
🚧 Partial migration to Django | [11](https://github.com/laminlabs/lnschema-lamin1/pull/11) | [falexwolf](https://github.com/falexwolf) | 2023-06-09 |
βž– Remove lnbase-biolab | [10](https://github.com/laminlabs/lnschema-lamin1/pull/10) | [falexwolf](https://github.com/falexwolf) | 2023-06-01 | 0.18a1
🚚 Migrate to Django (2) | [12](https://github.com/laminlabs/lnschema-lamin1/pull/12) | [falexwolf](https://github.com/falexwolf) | 2023-06-11 |
🚚 Migrate to Django (1) | [11](https://github.com/laminlabs/lnschema-lamin1/pull/11) | [falexwolf](https://github.com/falexwolf) | 2023-06-09 |
πŸ—οΈ Remove `lnbase-biolab` | [10](https://github.com/laminlabs/lnschema-lamin1/pull/10) | [falexwolf](https://github.com/falexwolf) | 2023-06-01 | 0.18a1
πŸ—οΈ Remove SQL-level schema modules | [9](https://github.com/laminlabs/lnschema-lamin1/pull/9) | [falexwolf](https://github.com/falexwolf) | 2023-05-25 | 0.17.0
🎨 Add `Well` table, File.cell_lines | [8](https://github.com/laminlabs/lnschema-lamin1/pull/8) | [sunnyosun](https://github.com/sunnyosun) | 2023-05-23 | 0.16.3
πŸ’š Removed treatment relationships | [4](https://github.com/laminlabs/lnschema-lamin1/pull/4) | [sunnyosun](https://github.com/sunnyosun) | 2023-05-15 | 0.16.2
✨ Added `Treatment` table | [3](https://github.com/laminlabs/lnschema-lamin1/pull/3) | [sunnyosun](https://github.com/sunnyosun) | 2023-05-15 |
🎨 Add `Well` table, `File.cell_lines` | [8](https://github.com/laminlabs/lnschema-lamin1/pull/8) | [sunnyosun](https://github.com/sunnyosun) | 2023-05-23 | 0.16.3
πŸ’š Removed `Treatment` relationships | [4](https://github.com/laminlabs/lnschema-lamin1/pull/4) | [sunnyosun](https://github.com/sunnyosun) | 2023-05-15 | 0.16.2
✨ Added `Treatment` | [3](https://github.com/laminlabs/lnschema-lamin1/pull/3) | [sunnyosun](https://github.com/sunnyosun) | 2023-05-15 |
🚚 Link `CellType` to `File` | [2](https://github.com/laminlabs/lnschema-lamin1/pull/2) | [falexwolf](https://github.com/falexwolf) | 2023-04-24 | 0.16.1
πŸŽ‰ Move content from `lnschema-wetlab` here | [1](https://github.com/laminlabs/lnschema-lamin1/pull/1) | [falexwolf](https://github.com/falexwolf) | 2023-04-22 | 0.15.1
2 changes: 1 addition & 1 deletion lnschema_lamin1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

_schema_id = "tvhn"
_name = "lamin1"
__version__ = "0.19a3"
__version__ = "0.19.0"

from lamindb_setup import _check_instance_setup

Expand Down

0 comments on commit 16446b7

Please sign in to comment.