Skip to content

Commit

Permalink
chore(main): release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fengelniederhammer committed Oct 11, 2024
1 parent 97b3ce9 commit 4f474f8
Show file tree
Hide file tree
Showing 5 changed files with 13 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.4"
".": "0.3.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.5](https://github.com/GenSpectrum/LAPIS/compare/v0.3.4...v0.3.5) (2024-10-10)


### Features

* **lapis:** validate that `lapisAllowsRegexSearch`-fields are of type string ([97b3ce9](https://github.com/GenSpectrum/LAPIS/commit/97b3ce912c7b28304aec823fd6c794c9d9a99525))
* **lapis:** validate that metadata fields do not contain the reserved character `.` ([97b3ce9](https://github.com/GenSpectrum/LAPIS/commit/97b3ce912c7b28304aec823fd6c794c9d9a99525)), closes [#976](https://github.com/GenSpectrum/LAPIS/issues/976)

## [0.3.4](https://github.com/GenSpectrum/LAPIS/compare/v0.3.3...v0.3.4) (2024-10-02)


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

Please sign in to comment.