You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary by Sourcery
Replace project dependency management from PDM to UV, updating project
configuration and build system
Enhancements:
- Add dynamic version management
- Simplify dependency management configuration
Build:
- Migrate from PDM to Hatchling as the build backend
- Update project dependencies to use more specific version constraints
CI:
- Update GitHub Actions setup to use UV
- Add UV pre-commit hooks
Chores:
- Remove PDM-specific configuration files
- Update GitHub Actions and Makefile to use UV instead of PDM
@@ -26,8 +27,7 @@ _Image generated by [DALL-E mini](https://www.craiyon.com/) using the prompt "ro
26
27
27
28
---
28
29
29
-
About
30
-
---
30
+
## About
31
31
32
32
Project developed by [Ruan Comelli](https://github.com/ruancomelli) at [UFSC (Federal University of Santa Catarina)](https://ufsc.br/) in order to obtain a Master's degree in Mechanical Engineering.
33
33
@@ -44,8 +44,7 @@ If you are curious about the evolution of this project, take a look at the [chan
44
44
</a>
45
45
</h1>
46
46
47
-
Versioning
48
-
---
47
+
## Versioning
49
48
50
49
This project uses [ZeroVer](https://0ver.org/), a versioning scheme in which software never leaves major version **0**. This means that breaking changes are expected frequently.
51
50
@@ -145,7 +144,6 @@ The release scripts forwards all arguments to [Commitizen's bump command](https:
0 commit comments