v0.0.4
Release
(pub): publish v0.0.4
- adds django_serializable_model module
- previously had to import via serializable module, which was
unintuitive and unintentional
- can still use serializable module if you were using it before;
there are no breaking changes made in this patch release, but
it is deprecated and will be removed when v1.0.0 rolls around
- fixes incorrect module name used in Usage docs
- adds CHANGELOG.md
- adds Django 2.2 classifier
- some other minor docs improvements around badges and clarifications
- purely internal changes:
- adds changelog.sh script
Changelog
- [
be4ac004eb
] - (pub): publish v0.0.4 (Anton Gilgur) - [
b7e9e700a1
] - (hotfix): resolve incorrect and inconsistent module naming (Anton Gilgur) - [
e82be573fd
] - (pkg): add Django 2.2 classifier (Anton Gilgur) - [
69ccb02c3f
] - (pkg): add script to generate changelog for each release (Anton Gilgur) - [
5a39a7de34
] - (pkg): add a Changelog that points to the GH Releases page (Anton Gilgur) - [
b1554ff055
] - (docs): vertically condense badges by reducing spacing (Anton Gilgur) - [
2a627ba4fa
] - (docs): add comments for what the badge sections are (Anton Gilgur) - [
9181b73744
] - (docs): clarify note about pre 0.95 django versions (Anton Gilgur) - [
dc81fd6cd4
] - (docs): PyPI downloads badges are back!!! (Anton Gilgur) - [
5d8c57f5df
] - (docs): add releases and commits since badges (Anton Gilgur) - [
ceb8ae5fb1
] - (docs): use shields.io for badges (Anton Gilgur) - [
8f8080df93
] - (format): fix lint issues in README (Anton Gilgur)