Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit fefbf65b authored by Dorian Turba's avatar Dorian Turba
Browse files

Bump version: 0.1.1 → 0.1.2

parent 7958b157
No related branches found
No related tags found
No related merge requests found
Pipeline #34281 failed
repos:
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.19
hooks:
- id: pymarkdown
...@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.1.2] - 2024-05-08
### Fixed
* release-by-changelog include url
## [0.1.1] - 2024-05-08 ## [0.1.1] - 2024-05-08
### Fixed ### Fixed
......
...@@ -2,32 +2,6 @@ ...@@ -2,32 +2,6 @@
## Development environment ## Development environment
### Quality Standards
#### Style Guide
#### Pre-commit hooks
Please use the pre-commit hooks provided in this repository to maintain consistency in
the codebase.
```bash
pip install --upgrade pip
pip install pre-commit
pre-commit install
```
You can manually run the pre-commit hooks on all files:
```bash
pre-commit autoupdate
pre-commit run --all-files
```
This will run the following hooks:
- `pymarkdown`
### Generate requirements ### Generate requirements
```shell ```shell
......
...@@ -6,7 +6,7 @@ plugins.line-length.enabled = false ...@@ -6,7 +6,7 @@ plugins.line-length.enabled = false
allow-dirty = true allow-dirty = true
commit = true commit = true
config-file = "pyproject.toml" config-file = "pyproject.toml"
current_version = "0.1.1" current_version = "0.1.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}" replace = "{new_version}"
search = "{current_version}" search = "{current_version}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment