Fixed bugs:
- Releases are not working #107
Closed issues:
- Cannot import loguru.Writable #130
v0.0.4 (2021-04-11)
Implemented enhancements:
- Use PAT for changelog operations #109 (kornicameister)
- Auto commit change log only if changes detected #104 (kornicameister)
- Add mypy==0.812 to CI matrix #103 (kornicameister)
- Enable push to protected branch #102 (kornicameister)
- Generate changelog for each commit #101 (kornicameister)
Fixed bugs:
- "Internal error" while logging non-string messages #49
Merged pull requests:
- Prevent circular updated for changelog #108 (kornicameister)
- Fetch entire history for release #106 (kornicameister)
- Revert "Auto commit change log only if changes detected (#104)" #105 (kornicameister)
- [refactor] Pull out arguments unpacking to function #88 (kornicameister)
- Bump pytest to 6.2.2 #87 (kornicameister)
- Add mypy==0.800 #86 (kornicameister)
- Accept Any Single Argument #81 (ThibaultLemaire)
- Accept variables (NameExpr) in loguru calls #80 (ThibaultLemaire)
- Accept numbers (int,float) for loguru calls #79 (kornicameister)
- Typos fix by misspell-fixer #75 (github-actions[bot])
- Bump pytest-randomly from 3.4.1 to 3.5.0 in /requirements/dev #69 (dependabot[bot])
v0.0.3 (2020-12-28)
Fixed bugs:
- Support attribute references of positional/keyword arguments with string formatting #42
Closed issues:
- Test against 3 latest releases of mypy + hard pin in plugin hook na latest #47
- Add this to awesome-python-typing #39
Merged pull requests:
- Use ubuntu 20.04 instead of ubuntu-latest #71 (kornicameister)
- Bump pascalgn/automerge-action from v0.12.0 to v0.13.0 #70 (dependabot[bot])
- Bump lxml from 4.6.1 to 4.6.2 in /requirements/dev #68 (dependabot[bot])
- Add coverage calculation #65 (kornicameister)
- Setup requirements for automerge #64 (kornicameister)
- Be specific when tox runs #63 (kornicameister)
- New releases schema with changelog generator #62 (kornicameister)
- Add mypy compatibility note #61 (kornicameister)
- Test against several versions of mypy & loguru #59 (kornicameister)
- Leverage mypy to check str.format expressions #43 (ThibaultLemaire)
v0.0.2 (2020-07-06)
Closed issues:
- Draft first release #19
v0.0.1 (2020-07-05)
Closed issues:
- Figure out possibility of tracking logger objects #6
Merged pull requests:
- Track if logger was lazy or not #7 (kornicameister)
- Port implementation from loguru PR #3 (kornicameister)
- Add basic CI based on tox #2 (kornicameister)
- Add action to upload to pypi #1 (kornicameister)