Skip to content

Commit a289e2e

Browse files
chore(main): release 0.4.0 (#1125)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0edfe94 commit a289e2e

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-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.3.17"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/GenSpectrum/LAPIS/compare/v0.3.17...v0.4.0) (2025-03-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **lapis:** No longer support .* wildcard in advanced queries. Use ? syntax instead.
9+
10+
### Bug Fixes
11+
12+
* **lapis:** pass correctly escaped stop codon to SILO ([be1bb87](https://github.com/GenSpectrum/LAPIS/commit/be1bb873aa0358f4d74eb69be3e08c913d445302)), closes [#1105](https://github.com/GenSpectrum/LAPIS/issues/1105)
13+
314
## [0.3.17](https://github.com/GenSpectrum/LAPIS/compare/v0.3.16...v0.3.17) (2025-03-17)
415

516

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.3.17",
4+
"version": "0.4.0",
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.3.17' // x-release-please-version - this is a marker comment for Release Please to update this version
15+
version = '0.4.0' // 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)