File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- name : Build Docs
1
+ name : Docs
2
2
3
3
on :
4
4
release :
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.10.0] - 2024-02-19
8
+
7
9
- Use the standard lib for ` toml ` in Python >= 3.11
8
10
- Switched to ` hatch ` instead of ` poetry `
9
11
Original file line number Diff line number Diff line change 8
8
![ license] ( https://img.shields.io/pypi/l/python-configuration )
9
9
[ ![ tests] ( https://github.com/tr11/python-configuration/actions/workflows/run_tests.yml/badge.svg )] ( https://github.com/tr11/python-configuration/actions/workflows/run_tests.yml )
10
10
[ ![ codecov] ( https://codecov.io/gh/tr11/python-configuration/branch/main/graph/badge.svg?token=5zRYlGnDs7 )] ( https://codecov.io/gh/tr11/python-configuration )
11
- [ ![ Documentation Status ] ( https://readthedocs.org/projects /python-configuration/badge/?version=latest )] ( https://python-configuration.readthedocs.io/en/latest/?badge=latest )
11
+ [ ![ Documentation] ( https://github.com/tr11 /python-configuration/actions/workflows/docs.yml/badge.svg )] ( https://github.com/tr11/ python-configuration/actions/workflows/docs.yml )
12
12
13
13
This library is intended as a helper mechanism to load configuration files hierarchically.
14
14
You can’t perform that action at this time.
0 commit comments