Skip to content

Commit 91a7100

Browse files
Release version 1.1.0
1 parent d018d98 commit 91a7100

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG/1.1.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 1.1.0 - 2026-04-30
2+
3+
## What's Changed
4+
5+
Oh well... I did forget to upgrade pytest and pytest-cov. This even bumps the minimum Python version to 3.10.
6+
7+
Semver-wise, this is a breaking change, but I don't expect it to cause any issues in practice. If you are still on Python 3.8 or 3.9, you can just stick to gConfigs 1.0.0, which will continue to work fine.
8+
9+
Just copy what's under [src/gconfigs/](src/gconfigs/) into your project and avoid the dependency entirely and be happy. It works in even older Python versions.
10+
11+
## Commit Summary
12+
13+
- fix: Upgrade pytest and pytest-cov. (d018d98a6a7bb08735f22a3b0cc711ab58b6ddc0)
14+
15+
**Full Changelog**: https://github.com/douglasmiranda/gconfigs/compare/1.0.0...1.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gconfigs"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "gConfigs - Configuration helper for Python applications."
55
authors = [
66
{ name = "Douglas Miranda", email = "douglasmirandasilva@gmail.com" },

0 commit comments

Comments
 (0)