Skip to content

Commit

Permalink
chore(main): release 0.3.14 (#1075)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 10, 2025
1 parent 2ac977c commit 90e1443
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.13"
".": "0.3.14"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.14](https://github.com/GenSpectrum/LAPIS/compare/v0.3.13...v0.3.14) (2025-02-10)


### Features

* **lapis:** expose the lineage definition files used by SILO ([#1073](https://github.com/GenSpectrum/LAPIS/issues/1073)) ([2ac977c](https://github.com/GenSpectrum/LAPIS/commit/2ac977ceab23a6479a343bcee2234c289f88fd4f)), closes [#1034](https://github.com/GenSpectrum/LAPIS/issues/1034)

## [0.3.13](https://github.com/GenSpectrum/LAPIS/compare/v0.3.12...v0.3.13) (2025-01-31)


Expand Down
4 changes: 2 additions & 2 deletions lapis-docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lapis-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lapis-docs",
"type": "module",
"version": "0.3.13",
"version": "0.3.14",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion lapis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = 'org.genspectrum'
version = '0.3.13' // x-release-please-version - this is a marker comment for Release Please to update this version
version = '0.3.14' // x-release-please-version - this is a marker comment for Release Please to update this version

java {
sourceCompatibility = '21'
Expand Down

0 comments on commit 90e1443

Please sign in to comment.