Releases: Metron-Project/Simyan
Releases · Metron-Project/Simyan
v1.4.0
What's Changed
- Bump astral-sh/setup-uv from 3 to 4 in the github_actions group by @dependabot in #185
- Cleanup Typing by @Buried-In-Code in #186
Breaking Changes
Changed the type of url fields from str
to pydantic.HttpUrl
A number of classes have either been removed or renamed
- BaseCharacter -> BasicCharacter
CharacterEntry- BaseConcept -> BasicConcept
ConceptEntry- BaseCreator -> BasicCreator
CreatorEntry- CountEntry -> GenericCount
- CreatorEntry -> GenericCreator
- IssueEntry -> GenericIssue
- Image -> Images
- BaseIssue -> BasicIssue
IssueEntry- BaseItem -> BasicItem
ItemEntry- BaseLocation -> BasicLocation
LocationEntry- BaseOrigin -> BasicOrigin
OriginEntry- BasePower -> BasicPower
PowerEntry- BasePublisher -> BasicPublisher
PublisherEntry- BaseStoryArc -> BasicStoryArc
StoryArcEntry- BaseTeam -> BasicTeam
TeamEntry- BaseVolume -> BasicVolume
VolumeEntry
Full Changelog: 1.3.0...1.4.0
v1.3.0
1.2.2
v1.2.1
What's Changed
- Bump actions/setup-python from 4 to 5 by @dependabot in #174
- Dev Tidyups by @Buried-In-Code in #176
New Contributors
- @dependabot made their first contribution in #174
Full Changelog: 1.2.0...1.2.1
v1.2.0 - Python 3.12
v1.1.0
What's Changed
- Remove deprecated functions
- Renamed
AlternativeImageEntry
toAssociatedImage
- Renamed
ImageEntry
toImage
- Bump dependencies (Notably Pydantic v2)
- Update ruff ruleset
- Renamed
id
fields toid
e.g.issue_id
->id
- Removed
alias_list
property - Removed
role_list
property from CreatorEntry - Renamed Image attributes to closer match Comicvine attribute naming
- Refresh test cache
Full Changelog: 1.0.0...1.1.0
v1.0.0
What's Changed
- Shared base class by @Buried-In-Code in #165
- Power endpoint by @Buried-In-Code in #166
- Origin endpoint by @Buried-In-Code in #167
- Item endpoints by @Buried-In-Code in #168
Full Changelog: 0.14.0...1.0.0
v0.14.0
What's Changed
- Dependency updates by @Buried-In-Code in #161
- Fix incorrect env variables in testing workflow by @Buried-In-Code in #162
- Update gitignore by @Buried-In-Code in #163
- Drop py37 by @Buried-In-Code in #164
Full Changelog: 0.13.0...0.14.0
v0.13.0
v0.12.0 - PEP517 support
New
- (#149) Python 3.11 support
Changed
- (#149) Replaced the Poetry build system with Hatch/Hatchling
- (#149) Updated dependencies
- (#149) Updated editorconfig and .gitattributes
- (#149) Updated readthedocs config
Full Changelog: 0.11.0...0.12.0