Skip to content

Commit

Permalink
Merge branch 'nightly'
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 committed Sep 19, 2023
2 parents 34c6cb8 + 3e070f5 commit c91b7a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,22 @@ _______________________________________________________________________________
## [0.2.3] - 2023-02-09

Updated dependencies, stopped ignoring `poetry.lock`, and upgraded workflows.
Also added documentation.

### Added

- New workflows for code analysis and automatic dependency updates
- Automated GitHub releases
- Documentation
- Now using specific versions for the dependencies

### Changed

- `poetry.lock` is now included in the repository
- Updated project metadata files for consistency
- Updated old workflows
- Changed the filename of `deploy.yml` to `pypi_deploy.yml` to get rid of a YAML validator complaint
- Updated dependencies

### Removed

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tox-gh-actions = '^3.1.3'
[tool.poetry.urls]
"Source code" = 'https://github.com/Diapolo10/iplib3'
"Tracker" = 'https://github.com/Diapolo10/iplib3/issues'
"Changelog" = 'https://github.com/Diapolo10/iplib3/blob/nightly/CHANGELOG.md' # TODO: Change to use main branch when ready to deploy live
"Changelog" = 'https://github.com/Diapolo10/iplib3/blob/main/CHANGELOG.md'


[tool.ruff]
Expand Down

0 comments on commit c91b7a4

Please sign in to comment.