Skip to content

Commit

Permalink
release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoVK committed Nov 9, 2024
1 parent f75a998 commit dec0d8a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[semantic version

=== fixes

=== added

=== changed

== 0.9.1

=== fixes

* https://github.com/PacoVK/tapir/pull/455[#455 - Missing Version Validation on Module Upload Allows Unsupported Formats]
* https://github.com/PacoVK/tapir/pull/433[#433 - Validation of module version]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.euhus</groupId>
<artifactId>tapir</artifactId>
<version>0.9.0</version>
<version>0.9.1</version>
<properties>
<checkstyle-maven-plugin.version>3.6.0</checkstyle-maven-plugin.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
registry:
version: 0.9.0
version: 0.9.1
user:
password: ${TAPIR_ADMIN_PASSWORD:default}
hostname: ${REGISTRY_HOSTNAME:localhost}
Expand Down
2 changes: 1 addition & 1 deletion src/main/webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webapp",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Object {
<p
class="MuiTypography-root MuiTypography-body1 css-rizt0-MuiTypography-root"
>
Terraform Private Registry v0.9.0
Terraform Private Registry v0.9.1
</p>
<p
class="MuiTypography-root MuiTypography-body2 css-1wle3ir-MuiTypography-root"
Expand Down Expand Up @@ -53,7 +53,7 @@ Object {
<p
class="MuiTypography-root MuiTypography-body1 css-rizt0-MuiTypography-root"
>
Terraform Private Registry v0.9.0
Terraform Private Registry v0.9.1
</p>
<p
class="MuiTypography-root MuiTypography-body2 css-1wle3ir-MuiTypography-root"
Expand Down

0 comments on commit dec0d8a

Please sign in to comment.