Skip to content

Commit

Permalink
minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnavarrol committed Feb 17, 2024
1 parent 6754374 commit cc15efa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
trim_trailing_whitespace = false
indent = tab

[{**.yml}]
indent_style = space
indent_size = 2

[*.md]
max_line_length = off
trim_trailing_whitespace = false
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG

## Next Release
* All build config move to [pyproject.toml](./src/pyproject.toml)
* Differences from [previous tag](/../../compare/v0.11.5-2…main).
* All build config moved to [pyproject.toml](./src/pyproject.toml)
* Build system moved from setuptools to hatchling.
* Dependencies fully relaxed (no versions defined).
* Preliminary support for a demonstration/development docker container.
Expand Down

0 comments on commit cc15efa

Please sign in to comment.