Skip to content

Commit f0fed37

Browse files
chore(main): release 0.3.15 (#1095)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ed90514 commit f0fed37

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-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.14"
2+
".": "0.3.15"
33
}

CHANGELOG.md

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

3+
## [0.3.15](https://github.com/GenSpectrum/LAPIS/compare/v0.3.14...v0.3.15) (2025-03-03)
4+
5+
6+
### Features
7+
8+
* **lapis:** pass through `coverage` from SILO in mutation endpoints ([#1094](https://github.com/GenSpectrum/LAPIS/issues/1094)) ([ed90514](https://github.com/GenSpectrum/LAPIS/commit/ed9051476990ccde16c50a94cba1327f04186282)), closes [#1091](https://github.com/GenSpectrum/LAPIS/issues/1091)
9+
10+
11+
### Bug Fixes
12+
13+
* **lapis:** reject unknown data formats ([#1093](https://github.com/GenSpectrum/LAPIS/issues/1093)) ([b1cc7fd](https://github.com/GenSpectrum/LAPIS/commit/b1cc7fdbe4244c79736223e2620d3a810bfc6c76)), closes [#1078](https://github.com/GenSpectrum/LAPIS/issues/1078)
14+
315
## [0.3.14](https://github.com/GenSpectrum/LAPIS/compare/v0.3.13...v0.3.14) (2025-02-10)
416

517

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