v0.0.3 - Maybe we should talk about a weekend trip?
What's Changed
Please read the docs to learn about new features!
Some features are experimental and must be turned on in your settings.
New and of-note in this release:
- Config files; run
brassy --initto generate one - Ability to write templates with a pipe (
|) for the description by default (only when experimental settings are enabled) - Ability to use a "default directory" where template yaml files will be added by default (only when experimental settings are enabled)
- Date fields for issues
- Better errors
- Support for internal repos
- Lots of bug fixes 🫠
Changes by PR:
- Fix docs yaml by @biosafetylvl5 in #3
- Readable error when brassy runs on blank file by @biosafetylvl5 in #4
- Fix template arg error by @biosafetylvl5 in #5
- Add rich tracebacks by @biosafetylvl5 in #10
- Put title above description in template by @biosafetylvl5 in #12
- Add date field by @biosafetylvl5 in #15
- Start on config file opener, validator and format by @biosafetylvl5 in #11
- Default-template updates for new config options by @biosafetylvl5 in #23
- Add prune option for yaml files by @biosafetylvl5 in #24
- Make the description field a pipe by default by @biosafetylvl5 in #26
- Refactor brassy layout, validate yaml files with pydantic add messages class by @biosafetylvl5 in #27
- Add integration tests by @biosafetylvl5 in #28
- Accept strings in related issue for compatibility with internal repos with inaccessible urls by @biosafetylvl5 in #31
- Add workflow by @biosafetylvl5 in #32
- Add experimental setting, make yaml_dir auto-finding experimental by @biosafetylvl5 in #33
- Release note template by @biosafetylvl5 in #34
- Add config option for no fail on empty dir by @biosafetylvl5 in #36
- Add pypi version badge by @biosafetylvl5 in #37
- Fix builds not having content if title or description not defined by @biosafetylvl5 in #38
- Prepare for 0.0.3 release (many changes) by @biosafetylvl5 in #40
Full Changelog: v0.0.2...v0.0.3
See the docs for more user friendly update logs.