-
Notifications
You must be signed in to change notification settings - Fork 65
Comparing changes
Open a pull request
base repository: agronholm/cbor2
base: 5.6.3
head repository: agronholm/cbor2
compare: master
- 17 commits
- 17 files changed
- 5 contributors
Commits on Apr 16, 2024
-
[pre-commit.ci] pre-commit autoupdate (#230)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.5...v0.3.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e1b65f2 - Browse repository at this point
Copy the full SHA e1b65f2View commit details
Commits on Apr 23, 2024
-
[pre-commit.ci] pre-commit autoupdate (#233)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.1](astral-sh/ruff-pre-commit@v0.3.7...v0.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8794b37 - Browse repository at this point
Copy the full SHA 8794b37View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4ebd57 - Browse repository at this point
Copy the full SHA a4ebd57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 573d520 - Browse repository at this point
Copy the full SHA 573d520View commit details -
Fixed a number of compiler warnings (#239)
* Fixed incorrect format specifiers when calling sprintf() * Fixed potentially uninitialized variable * Removed unused variables
Configuration menu - View commit details
-
Copy full SHA for 13681d5 - Browse repository at this point
Copy the full SHA 13681d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dba7265 - Browse repository at this point
Copy the full SHA dba7265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b7541 - Browse repository at this point
Copy the full SHA 13b7541View commit details
Commits on Jun 25, 2024
-
[pre-commit.ci] pre-commit autoupdate (#241)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.4.10](astral-sh/ruff-pre-commit@v0.4.8...v0.4.10) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9066c52 - Browse repository at this point
Copy the full SHA 9066c52View commit details
Commits on Jul 5, 2024
-
[pre-commit.ci] pre-commit autoupdate (#242)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.10...v0.5.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 538582f - Browse repository at this point
Copy the full SHA 538582fView commit details
Commits on Jul 22, 2024
-
[pre-commit.ci] pre-commit autoupdate (#243)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.4](astral-sh/ruff-pre-commit@v0.5.0...v0.5.4) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](pre-commit/mirrors-mypy@v1.10.1...v1.11.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0eb98db - Browse repository at this point
Copy the full SHA 0eb98dbView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53be2b5 - Browse repository at this point
Copy the full SHA 53be2b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7607fa1 - Browse repository at this point
Copy the full SHA 7607fa1View commit details
Commits on Sep 9, 2024
-
[pre-commit.ci] pre-commit autoupdate (#244)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.6.4](astral-sh/ruff-pre-commit@v0.5.4...v0.6.4) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.2](pre-commit/mirrors-mypy@v1.11.0...v1.11.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 439498f - Browse repository at this point
Copy the full SHA 439498fView commit details
Commits on Sep 23, 2024
-
[pre-commit.ci] pre-commit autoupdate (#245)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.7](astral-sh/ruff-pre-commit@v0.6.4...v0.6.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 85e1c02 - Browse repository at this point
Copy the full SHA 85e1c02View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6427d37 - Browse repository at this point
Copy the full SHA 6427d37View commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9cee77 - Browse repository at this point
Copy the full SHA d9cee77View commit details
Commits on Jun 5, 2025
-
Support encoding indefinite containers (#256)
Add the indefinite_containers parameter to the encoder functions. If the parameter is set to True, containers (maps and arrays) are encoded an indefinite containers.
Configuration menu - View commit details
-
Copy full SHA for 4c3c256 - Browse repository at this point
Copy the full SHA 4c3c256View commit details
There are no files selected for viewing