Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v1.1.0 #24

Merged
merged 3 commits into from
Mar 21, 2024
Merged

release v1.1.0 #24

merged 3 commits into from
Mar 21, 2024

Conversation

kennedykori
Copy link
Contributor

No description provided.

This project employs the use of the [setuptools scm](https://setuptools-scm.readthedocs.io/en/latest/)
plugin during builds to extract package versions from git.
Unfortunately, this plugin forbids tagging dev releases. See this
[comment](pypa/setuptools_scm#213 (comment))
for more details.

This causes issues when building the project outside the CI where
`setuptools_scm` keeps failing when the last tag is a "dev" tag. And
although `setuptools_scm` provides a mechanism to [override the version](https://setuptools-scm.readthedocs.io/en/latest/overrides/#pretend-versions)
at build, this doesn't work when building with `tox`. This is highly
inconvenient as `tox` is handy for running tests and other workflows
such as linting and building docs.

From the problem description above, the solution is to change the
tagging of the dev releases to something else. I pick *rc*(release
candidate), which coincidentally I believe is more appropriate as
changes on the develop branch constitute contents of the next major
release.
Add a decorator function to mark `Callable` objects as tasks.
## [1.1.0-rc.1](v1.0.1...v1.1.0-rc.1) (2024-03-21)

### Features

* **task:** add a task decorator ([#23](#23)) ([2ec9001](2ec9001))
@kennedykori kennedykori self-assigned this Mar 21, 2024
@kennedykori kennedykori merged commit 1140811 into main Mar 21, 2024
1 check passed
@kennedykori
Copy link
Contributor Author

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant