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

prepare release 0.2.0 #17

Merged
merged 4 commits into from
Apr 30, 2024
Merged

prepare release 0.2.0 #17

merged 4 commits into from
Apr 30, 2024

Conversation

erichesse
Copy link
Contributor

@erichesse erichesse commented Apr 30, 2024

Added

  • add code of conduct file to mex-template itself
  • add badges for open-code and cookiecutter
  • add renovate config and github action

Changes

  • switch order of black and ruff linter, as ruff often complains about issues,
    that are automatically fixed by black
  • add tests and ruff cache to dockerignore
  • use WORKFLOW_TOKEN in cookiecutter job for consistency
  • switch json linting to 4-spaces and utf-8
  • clean up and expand pdm scripts
  • improve and simplify mex.bat and makefile
  • update pdm, ruff and pre-commit
  • switch version specifiers to exact matches for renovatebot

Removed

  • delete dependabot config

erichesse and others added 4 commits March 28, 2024 10:11
# PR Context
<!-- Additional info for the reviewer -->

# Added
<!-- New features and interfaces -->

# Changes
- switch order of black and ruff linter, as ruff often complains about
issues, that are automatically fixed by black

# Deprecated
<!-- Soon-to-be removed features -->

# Removed
<!-- Definitely removed features -->

# Fixed
<!-- Fixed bugs -->

# Security
<!-- Fixed vulnerabilities -->
# PR Context

- reduces diffs in dependant repositories

# Added
- add badges for open-code and cookiecutter
 
# Changes
- add tests and ruff cache to dockerignore
- use `WORKFLOW_TOKEN` in cookiecutter job for consistency
- switch json linting to 4-spaces and utf-8
- clean up and expand pdm scripts
- improve and simplify mex.bat and makefile
- update pdm, ruff and pre-commit

---------

Signed-off-by: Nicolas Drebenstedt <[email protected]>
# Added
- add renovate config and github action

# Changes
- switch version specifiers to exact matches for renovatebot

# Removed
- delete dependabot config
@erichesse erichesse merged commit 15dd517 into main Apr 30, 2024
1 check passed
@erichesse erichesse deleted the feature/release_0.2.0 branch April 30, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants