Minrecord

Latest version: v0.0.2

Safety actively analyzes 666166 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.2

What's Changed
* Bump urllib3 from 2.2.1 to 2.2.2 in the pip group by dependabot in https://github.com/durandtibo/minrecord/pull/38
* Bump mkdocs-material from 9.5.26 to 9.5.27 by dependabot in https://github.com/durandtibo/minrecord/pull/35
* Bump ruff from 0.4.8 to 0.4.9 by dependabot in https://github.com/durandtibo/minrecord/pull/36
* Bump paambaati/codeclimate-action from 6.0.0 to 8.0.0 by dependabot in https://github.com/durandtibo/minrecord/pull/37
* Update ruff rules and dependencies by durandtibo in https://github.com/durandtibo/minrecord/pull/39
* Bump certifi from 2024.6.2 to 2024.7.4 in the pip group by dependabot in https://github.com/durandtibo/minrecord/pull/42
* Bump mike from 2.1.1 to 2.1.2 by dependabot in https://github.com/durandtibo/minrecord/pull/41
* Bump ruff from 0.4.10 to 0.5.0 by dependabot in https://github.com/durandtibo/minrecord/pull/40
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/minrecord/pull/43
* Bump coverage from 7.5.4 to 7.6.0 by dependabot in https://github.com/durandtibo/minrecord/pull/46
* Bump mkdocs-material from 9.5.28 to 9.5.29 by dependabot in https://github.com/durandtibo/minrecord/pull/45
* Bump ruff from 0.5.1 to 0.5.2 by dependabot in https://github.com/durandtibo/minrecord/pull/44
* Create CODE_OF_CONDUCT.md by durandtibo in https://github.com/durandtibo/minrecord/pull/50
* Bump coola from 0.7.2 to 0.7.3 by dependabot in https://github.com/durandtibo/minrecord/pull/48
* Bump ruff from 0.5.2 to 0.5.4 by dependabot in https://github.com/durandtibo/minrecord/pull/47
* Bump pytest from 8.2.2 to 8.3.1 by dependabot in https://github.com/durandtibo/minrecord/pull/49
* Bump coola from 0.7.3 to 0.7.4 by dependabot in https://github.com/durandtibo/minrecord/pull/51
* Bump mkdocs-material from 9.5.29 to 9.5.30 by dependabot in https://github.com/durandtibo/minrecord/pull/52
* Bump ruff from 0.5.4 to 0.5.5 by dependabot in https://github.com/durandtibo/minrecord/pull/55
* Bump mkdocstrings from 0.25.1 to 0.25.2 by dependabot in https://github.com/durandtibo/minrecord/pull/53
* Bump pre-commit from 3.7.1 to 3.8.0 by dependabot in https://github.com/durandtibo/minrecord/pull/54
* Add `is_objectory_available` by durandtibo in https://github.com/durandtibo/minrecord/pull/56
* Add pre-commit autoupdate by durandtibo in https://github.com/durandtibo/minrecord/pull/57
* [BC] Update `clone` in `BaseRecord` by durandtibo in https://github.com/durandtibo/minrecord/pull/59
* Make `objectory` optional by durandtibo in https://github.com/durandtibo/minrecord/pull/58
* Bump coola from 0.7.4 to 0.8.2 by dependabot in https://github.com/durandtibo/minrecord/pull/64
* Bump black from 24.4.2 to 24.8.0 by dependabot in https://github.com/durandtibo/minrecord/pull/63
* Bump ruff from 0.5.5 to 0.5.6 by dependabot in https://github.com/durandtibo/minrecord/pull/62
* Bump coverage from 7.6.0 to 7.6.1 by dependabot in https://github.com/durandtibo/minrecord/pull/60
* Bump pytest from 8.3.1 to 8.3.2 by dependabot in https://github.com/durandtibo/minrecord/pull/61
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/minrecord/pull/65
* Release version `0.0.2` by durandtibo in https://github.com/durandtibo/minrecord/pull/66

**Full Changelog**: https://github.com/durandtibo/minrecord/compare/v0.0.1...v0.0.2

0.0.1

What's Changed
* Set up repo by durandtibo in https://github.com/durandtibo/minrecord/pull/1
* Add mutable value class by durandtibo in https://github.com/durandtibo/minrecord/pull/2
* Create dependabot.yml by durandtibo in https://github.com/durandtibo/minrecord/pull/3
* Create dependency-review.yml by durandtibo in https://github.com/durandtibo/minrecord/pull/4
* Add CI workflow by durandtibo in https://github.com/durandtibo/minrecord/pull/5
* Fix nightly test workflow by durandtibo in https://github.com/durandtibo/minrecord/pull/6
* Add comparators by durandtibo in https://github.com/durandtibo/minrecord/pull/7
* Add coola extension for comparators by durandtibo in https://github.com/durandtibo/minrecord/pull/8
* Add functions to configure records by durandtibo in https://github.com/durandtibo/minrecord/pull/9
* Add record base class by durandtibo in https://github.com/durandtibo/minrecord/pull/10
* Add generic record implementation by durandtibo in https://github.com/durandtibo/minrecord/pull/11
* Add `update` to `Record` by durandtibo in https://github.com/durandtibo/minrecord/pull/12
* Add comparable records by durandtibo in https://github.com/durandtibo/minrecord/pull/13
* Fix docstrings by durandtibo in https://github.com/durandtibo/minrecord/pull/14
* Rename `get_most_recent` by durandtibo in https://github.com/durandtibo/minrecord/pull/15
* Minor improvements by durandtibo in https://github.com/durandtibo/minrecord/pull/16
* Fix bug when import `Self` before python 3.11 by durandtibo in https://github.com/durandtibo/minrecord/pull/17
* Add coola extension for records by durandtibo in https://github.com/durandtibo/minrecord/pull/18
* Add workflow to publish PyPI package by durandtibo in https://github.com/durandtibo/minrecord/pull/19
* Add badges to README.md by durandtibo in https://github.com/durandtibo/minrecord/pull/20
* Add initial documentation by durandtibo in https://github.com/durandtibo/minrecord/pull/21
* Add documentation workflows by durandtibo in https://github.com/durandtibo/minrecord/pull/22
* Add functions to manipulate records by durandtibo in https://github.com/durandtibo/minrecord/pull/23
* Update references docs by durandtibo in https://github.com/durandtibo/minrecord/pull/24
* Add record manager by durandtibo in https://github.com/durandtibo/minrecord/pull/25
* Improve to string methods by durandtibo in https://github.com/durandtibo/minrecord/pull/26
* Add quickstart documentation by durandtibo in https://github.com/durandtibo/minrecord/pull/27
* Improve `__str__` of `ComparableRecord` by durandtibo in https://github.com/durandtibo/minrecord/pull/28
* Update README.md by durandtibo in https://github.com/durandtibo/minrecord/pull/29
* Update documentation by durandtibo in https://github.com/durandtibo/minrecord/pull/30
* Add package checks by durandtibo in https://github.com/durandtibo/minrecord/pull/31
* Add nightly package workflow by durandtibo in https://github.com/durandtibo/minrecord/pull/32
* Release version `0.0.1` by durandtibo in https://github.com/durandtibo/minrecord/pull/33
* Update README.md by durandtibo in https://github.com/durandtibo/minrecord/pull/34

New Contributors
* durandtibo made their first contribution in https://github.com/durandtibo/minrecord/pull/1

**Full Changelog**: https://github.com/durandtibo/minrecord/commits/v0.0.1

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.