Skip to content

Commit

Permalink
chore(main): release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fengelniederhammer committed Oct 15, 2024
1 parent 7b51a54 commit 982c795
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.5"
".": "0.3.6"
}
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.6](https://github.com/GenSpectrum/LAPIS/compare/v0.3.5...v0.3.6) (2024-10-15)


### Features

* **lapis:** make it possible to fetch sequences in JSON and NDJSON format ([ba18956](https://github.com/GenSpectrum/LAPIS/commit/ba189565d7c40ea5b0c43e4f11a8a64b688f5de4)), closes [#971](https://github.com/GenSpectrum/LAPIS/issues/971)

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


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

Please sign in to comment.