Skip to content

Commit

Permalink
chore(release): v0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 24, 2023
1 parent 070b5a0 commit bcc5e1f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [0.4.0](https://github.com/alexstojda/pinman/compare/v0.3.0...v0.4.0) (2023-07-24)


### Features

* **frontend:** Add create league form ([1f655df](https://github.com/alexstojda/pinman/commit/1f655df387870b43d8311f415e318b766c36c9f8))
* **frontend:** List leagues on homepage ([87a81cf](https://github.com/alexstojda/pinman/commit/87a81cfc1e72f790826849e064351a22017b22f6))



# [0.3.0](https://github.com/alexstojda/pinman/compare/v0.2.6...v0.3.0) (2023-07-24)


Expand Down Expand Up @@ -40,12 +50,3 @@



## [0.2.3](https://github.com/alexstojda/pinman/compare/v0.2.2...v0.2.3) (2023-01-03)


### Bug Fixes

* Refactor code for testability and add tests ([#16](https://github.com/alexstojda/pinman/issues/16)) ([d92ead0](https://github.com/alexstojda/pinman/commit/d92ead0a691fba8e6cdbd57155391dab042c970f))



2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
description: A web application for the management of a pinball league
title: PinMan - Pinball League Management
version: 0.3.0
version: 0.4.0
servers:
- url: http://localhost:8080/api
paths:
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# suppress inspection "UnusedProperty" for whole file
sonar.projectKey=alexstojda_pinman
sonar.organization=alexstojda
sonar.projectVersion=0.3.0
sonar.projectVersion=0.4.0

sonar.sources=cmd,internal,web
sonar.go.coverage.reportPaths=reports/go/coverprofile.out
Expand Down

0 comments on commit bcc5e1f

Please sign in to comment.