Skip to content

Commit

Permalink
Bump version to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 3, 2024
1 parent 94f0d08 commit c093974
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
13 changes: 3 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
# Changelog

## [v3.0.1](https://github.com/fioreale/myfitapp/tree/v3.0.1) (2024-09-30)
## [v3.0.2](https://github.com/fioreale/myfitapp/tree/v3.0.2) (2024-10-03)

[Full Changelog](https://github.com/fioreale/myfitapp/compare/v3.0.0...v3.0.1)

**Closed issues:**

- Refactor UI - SvelteKit [\#34](https://github.com/fioreale/myfitapp/issues/34)
- Exercises description improvement [\#24](https://github.com/fioreale/myfitapp/issues/24)
- Set up CI/CD pipelines [\#16](https://github.com/fioreale/myfitapp/issues/16)
[Full Changelog](https://github.com/fioreale/myfitapp/compare/v3.0.1...v3.0.2)

**Merged pull requests:**

- Enhance CI/CD Pipeline and Remove Deprecated Configurations [\#40](https://github.com/fioreale/myfitapp/pull/40) ([fioreale](https://github.com/fioreale))
- Merge from Master [\#39](https://github.com/fioreale/myfitapp/pull/39) ([fioreale](https://github.com/fioreale))
- Chore/include reuirement lockfile [\#41](https://github.com/fioreale/myfitapp/pull/41) ([fioreale](https://github.com/fioreale))



Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "myfitapp"
version = "v3.0.1"
version = "v3.0.2"
description = "a cloud native application for tracking gym workouts, built in FastAPI."
authors = [
{ name = "fioreale", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/myfitapp/front/myfitapp-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myfitapp-ui",
"version": "v3.0.1",
"version": "v3.0.2",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit c093974

Please sign in to comment.