Skip to content

Commit

Permalink
chore(main): release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fengelniederhammer committed Aug 26, 2024
1 parent f1931a6 commit 65f8e7a
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.0"
".": "0.3.1"
}
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.1](https://github.com/GenSpectrum/LAPIS/compare/v0.3.0...v0.3.1) (2024-08-26)


### Features

* **lapis:** omit sequences with `null` values in unaligned fasta downloads ([f1931a6](https://github.com/GenSpectrum/LAPIS/commit/f1931a686d0046e88016b18c90adb3502ea1575f)), closes [#912](https://github.com/GenSpectrum/LAPIS/issues/912)

## [0.3.0](https://github.com/GenSpectrum/LAPIS/compare/v0.2.11...v0.3.0) (2024-08-26)


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.0",
"version": "0.3.1",
"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.0' // x-release-please-version - this is a marker comment for Release Please to update this version
version = '0.3.1' // 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 65f8e7a

Please sign in to comment.