Skip to content

Commit

Permalink
updated contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Dang Ngoc authored and Francois Dang Ngoc committed May 29, 2024
1 parent f690d40 commit 7a305e5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# Version 0.3.61

* fix(tox): remove old EOLed python 3.x versions, added new python versions (@pierresouchay) [#330]
* substitution fix (@carolguo-dd, @darthbear) [#308] [#329]
* period parser fix (@pierresouchay, @darthbear) [#326] [#327] [#328]
* fix(config_parser): handle substitutions with resolved values of type ConfigValues (@M0dEx) [#322]
* Added support for triple quoted keys (@jakub-szewczyk-exa) [#318]
* Fixed typos and spellings (@jsoref) [#315]


# Version 0.3.60

* Update pyparsing requirement from ~=2.0 to >=2,<4 (@ecederstrand) [#296]
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,10 @@ assert config == d
- Yifei Tao ([@yifeitao](https://github.com/yifeitao))
- Kevin Fong ([@KevinMFong](https://github.com/KevinMFong))
- Erik Cederstrand ([@ecederstrand](https://github.com/ecederstrand))
- Pierre Souchay ([@pierresouchay](https://github.com/pierresouchay))
- Carol Guo ([@carolguo-dd](https://github.com/carolguo-dd))
- Jakub Kubík ([@M0dEx](https://github.com/M0dEx))
- Jakub Szewczyk ([@jakub-szewczyk-exa](https://github.com/jakub-szewczyk-exa))

### Thanks

Expand All @@ -404,3 +408,4 @@ assert config == d
- Dominik1123 ([@Dominik1123](https://github.com/Dominik1123))
- Richard Taylor ([@richard534](https://github.com/richard534))
- Sergii Lutsanych ([@sergii1989](https://github.com/sergii1989))

0 comments on commit 7a305e5

Please sign in to comment.