Skip to content

Commit

Permalink
Release version 3.2.5
Browse files Browse the repository at this point in the history
Shortlog of commits since last release:

    Aaron DeVore (1):
          docs: fix incorrect combination of TOML table and inline table (#1070)

    Adam Kjems (1):
          doc: replace dead link to flask subclassing page (#1031)

    Bruno Rocha (2):
          feat: Add `@get` converter to alias existing keys (#1040)
          fix: dependabot alert 21 about Django (on tests) (#1067)

    HAMASHITA (1):
          chore: Fix misspelled variable name (#1032)

    Lucas Limeira (1):
          doc: Add explicit Dynaconf instantiation to sample code (#1022)

    Mitchell Edmunds (5):
          docs: Add dynaconf API to docs with mkdocstrings (#1058)
          docs: Fix mkdocs warnings for cleaner build output (#1061)
          chore: add "typos" tool and run it in codebase/docs (#1063)
          Fix referencing issues in the docs (#1062)
          chore(ci): Replace lint and formatting tools with ruff (#1074)

    Mostafa Alayesh (1):
          doc: fix argument `env` in Validation at validation.md (#1051)

    Pedro Brochado (11):
          chore(ci): Fix misspelled GitHub action names on main.yml (#1033)
          chore(ci): move release workflow to GitHub actions (partial) (#1043)
          chore(ci): fix shell script in release.yml
          chore(ci): fix shell script in release.yml (2)
          chore(ci): fix create-release-commit.sh permission
          fix: include load with relative root path (#1049)
          fix: `_bypass_evaluation` showing in end-user settings (#1071)
          chore: Replace/Update release script (#1078)
          docs: fix wrong info about validation trigger on insantiation (#1076)
          misc: fix bump-my-version invalid config and rename bump msg
          misc: fix changelog generation order

    Shanshi Shi (1):
          Fix a typo in the docs about `merge_enabled` setting (#1044)

    Sun Jianjiao (1):
          doc: Fix the syntax errors in the sample program. (#1027)

    tdzz1102 (1):
          [Doc] Fix a small mistake of .env file in the document (#1036)

    xiaohuanshu (1):
          doc: fix click help syntax error (#1041)
  • Loading branch information
pedro-psb committed Mar 18, 2024
1 parent f483f4b commit 8c53ce2
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "3.2.5-dev0"
current_version = "3.2.5"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.
Expand Down
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@ Changelog
=========

<!-- insertion marker -->
## [3.2.5](https://github.com/pedro-psb/dynaconf/releases/tag/3.2.5) - 2024-03-18

### Bug Fixes

- `_bypass_evaluation` showing in end-user settings (#1071). *By Pedro Brochado*.
- dependabot alert 21 about Django (on tests) (#1067). *By Bruno Rocha*.
- include load with relative root path (#1049). *By Pedro Brochado*.

### Features

- Add `@get` converter to alias existing keys (#1040). *By Bruno Rocha*.

### Docs

- fix wrong info about validation trigger on insantiation (#1076). *By Pedro Brochado*.
- fix incorrect combination of TOML table and inline table (#1070). *By Aaron DeVore*.
- Fix mkdocs warnings for cleaner build output (#1061). *By Mitchell Edmunds*.
- Add dynaconf API to docs with mkdocstrings (#1058). *By Mitchell Edmunds*.
- fix argument `env` in Validation at validation.md (#1051). *By Mostafa Alayesh*.
- fix click help syntax error (#1041). *By xiaohuanshu*.
- replace dead link to flask subclassing page (#1031). *By Adam Kjems*.
- Add explicit Dynaconf instantiation to sample code (#1022). *By Lucas Limeira*.
- Fix the syntax errors in the sample program. (#1027). *By Sun Jianjiao*.

### Chore

- Replace lint and formatting tools with ruff (#1074). *By Mitchell Edmunds*.
- Replace/Update release script (#1078). *By Pedro Brochado*.
- add "typos" tool and run it in codebase/docs (#1063). *By Mitchell Edmunds*.
- fix create-release-commit.sh permission. *By Pedro Brochado*.
- fix shell script in release.yml (2). *By Pedro Brochado*.
- fix shell script in release.yml. *By Pedro Brochado*.
- move release workflow to GitHub actions (partial) (#1043). *By Pedro Brochado*.
- Fix misspelled variable name (#1032). *By HAMASHITA*.
- Fix misspelled GitHub action names on main.yml (#1033). *By Pedro Brochado*.


## [3.2.4](https://github.com/dynaconf/dynaconf/releases/tag/3.2.4) - 2023-10-30

Expand Down
2 changes: 1 addition & 1 deletion dynaconf/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.5-dev0
3.2.5
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Dynaconf - 3.2.5-dev0
site_name: Dynaconf - 3.2.5
site_url: https://dynaconf.com
site_description: Configuration Management for Python
site_author: Bruno Rocha
Expand Down

0 comments on commit 8c53ce2

Please sign in to comment.