You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
<!--next-version-placeholder-->
9
9
10
+
## v1.0.0 (2021-06-09)
11
+
### Fix
12
+
* Convert `Album.cover` to a `cached_property` ([`6777ad3`](https://github.com/the-dotify-project/dotify/commit/6777ad319e6b733f1f59f891afff987b4d186503))
13
+
14
+
### Breaking
15
+
* convert internal modules into protected ([`b7bc5a8`](https://github.com/the-dotify-project/dotify/commit/b7bc5a8f8da27d75d46001b7914ec8add80abd4a))
16
+
17
+
### Documentation
18
+
* Correctly indent nested lists in `.md` files ([`5caa257`](https://github.com/the-dotify-project/dotify/commit/5caa2579d9a2af769174ef196d88e7dd0b019998))
*`Model.context` do not throw `TypeError` during `mkdocs build` ([`da80a51`](https://github.com/the-dotify-project/dotify/commit/da80a515995cbabd988ec277bf3ff53a11840949))
24
+
25
+
**[See all commits in this version](https://github.com/the-dotify-project/dotify/compare/v0.3.9...v1.0.0)**
26
+
10
27
## v0.3.9 (2021-05-31)
11
28
### Fix
12
29
* Raise `NotFound` instead of `HTTPError` ([`e4c83da`](https://github.com/the-dotify-project/dotify/commit/e4c83dae880f751c63bd4237762bf1a5ecf8d7aa))
0 commit comments