Skip to content

Commit 6df11c5

Browse files
Merge pull request #79 from vintasoftware/ft/changelog
Initial release
2 parents 734cab0 + 2016e24 commit 6df11c5

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
This changelog references changes made both to the FastAPI backend, `fastapi_backend`, and the
4+
frontend TypeScript client, `nextjs-frontend`.
5+
6+
!!! note
7+
The backend and the frontend are versioned together, that is, they have the same version number.
8+
When you update the backend, you should also update the frontend to the same version.
9+
10+
## 0.0.1 <small>March 12, 2025</small> {id="0.0.1"}
11+
12+
- Initial release

fastapi_backend/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "app"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
description = ""
55
authors = [{ name = "Anderson Resende", email = "[email protected]" }]
66
requires-python = ">=3.12,<3.13"

fastapi_backend/uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nextjs-frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-frontend",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)