Skip to content

Commit 7f05075

Browse files
chore(main): release 0.4.2 (#1131)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent aba1320 commit 7f05075

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.1"
2+
".": "0.4.2"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.4.2](https://github.com/GenSpectrum/LAPIS/compare/v0.4.1...v0.4.2) (2025-03-31)
4+
5+
6+
### Features
7+
8+
* **lapis:** return empty lineage definitions when SILO returns an empty file ([#1126](https://github.com/GenSpectrum/LAPIS/issues/1126)) ([64651ad](https://github.com/GenSpectrum/LAPIS/commit/64651aded37b441de7e90cf614671f0d5c1e9823))
9+
10+
11+
### Bug Fixes
12+
13+
* **lapis-docs:** mention how arrays must be supplied in form urlencoded requests ([#1128](https://github.com/GenSpectrum/LAPIS/issues/1128)) ([4f24a76](https://github.com/GenSpectrum/LAPIS/commit/4f24a763e1ec2168a0f034276261c31e9eb48bfe)), closes [#1089](https://github.com/GenSpectrum/LAPIS/issues/1089)
14+
* **lapis:** also return CSV header when there are no data ([#1138](https://github.com/GenSpectrum/LAPIS/issues/1138)) ([aba1320](https://github.com/GenSpectrum/LAPIS/commit/aba1320e740e28581420750125ec2299bf3d9948)), closes [#1090](https://github.com/GenSpectrum/LAPIS/issues/1090)
15+
316
## [0.4.1](https://github.com/GenSpectrum/LAPIS/compare/v0.4.0...v0.4.1) (2025-03-21)
417

518

lapis-docs/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lapis-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lapis-docs",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

lapis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = 'org.genspectrum'
15-
version = '0.4.1' // x-release-please-version - this is a marker comment for Release Please to update this version
15+
version = '0.4.2' // x-release-please-version - this is a marker comment for Release Please to update this version
1616

1717
java {
1818
sourceCompatibility = '21'

0 commit comments

Comments
 (0)