mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-04-28 18:02:43 +02:00
Bump version to 1.2.0
This commit is contained in:
parent
12f91b55bd
commit
4fe09ea223
2 changed files with 25 additions and 3 deletions
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -1,4 +1,26 @@
|
|||
# Changelog
|
||||
|
||||
- v1 :
|
||||
- Basic functionalities for grouped orders
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
since 0.4.1, and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## 1.2.0 (2024-07-12)
|
||||
|
||||
A small release, with a few features, a new footer and a `/stats` endpoint.
|
||||
|
||||
### Added
|
||||
|
||||
- Staff users are now able to see the overview page for a grouped order.
|
||||
- Personal information are now autocompleted automatically
|
||||
- A `/stats` endpoint has been added, making it possible to see some information
|
||||
about the current instance.
|
||||
- The footer has been changed to include more elements, links to the project and
|
||||
documentation.
|
||||
|
||||
### Development
|
||||
|
||||
- The `main` branch is not used anymore, all the development happens on the
|
||||
`develop` branch instead.
|
||||
- All the tests have been grouped in the `tests` folder
|
||||
- The `requirements.txt` file have been removed in favor of the `pyproject.toml` file.
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "1.1.0"
|
||||
__version__ = "1.2.0"
|
||||
|
|
Loading…
Reference in a new issue