Skip to content

Tags: tcorzo/myrpl-cli

Tags

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Develop (#60)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 β†’ v0.7.4](astral-sh/ruff-pre-commit@v0.6.9...v0.7.4)
- [github.com/abravalheri/validate-pyproject: v0.20.2 β†’ v0.23](abravalheri/validate-pyproject@v0.20.2...v0.23)
- [github.com/executablebooks/mdformat: 0.7.18 β†’ 0.7.19](hukkin/mdformat@0.7.18...0.7.19)
- [github.com/crate-ci/typos: v1.26.0 β†’ typos-dict-v0.11.35](crate-ci/typos@v1.26.0...typos-dict-v0.11.35)

* Bump tqdm from 4.66.5 to 4.67.1

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.67.1.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.5...v4.67.1)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pytest from 8.3.3 to 8.3.4

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump ruff from 0.7.4 to 0.8.2

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.4 to 0.8.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.4...0.8.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pydantic from 2.9.2 to 2.10.3

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.3.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.3)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.4 β†’ v0.8.2](astral-sh/ruff-pre-commit@v0.7.4...v0.8.2)
- [github.com/igorshubovych/markdownlint-cli: v0.42.0 β†’ v0.43.0](igorshubovych/markdownlint-cli@v0.42.0...v0.43.0)
- [github.com/crate-ci/typos: typos-dict-v0.11.35 β†’ typos-dict-v0.11.37](crate-ci/typos@typos-dict-v0.11.35...typos-dict-v0.11.37)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* ✨ Add list command to CLI and enhance Course model with additional fields

* πŸ“ Update README to include environment activation instructions

* ✨ Update version handling and add version argument to CLI

* πŸ› Fix wrong version name

* πŸ‘· add semantic release configuration

* πŸ‘· Add semantic release configuration with Gitmoji and GitHub integration

* βœ… fix bad mock in api_test.py

* πŸ‘· Add package.json for semantic release and update .gitignore for Node.js

* πŸ› Update versioning: set __version__ in __init__.py and remove __version__.py

* 🚨 Remove unused import for versioning in __init__.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Release version 0.1.1

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tcorzo <[email protected]>