Skip to content

Commit bd47321

Browse files
committed
update changelogs
1 parent 74268fb commit bd47321

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

crates/cli/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.0.9
4+
5+
### Changed
6+
7+
#### Bugzilla
8+
- search: Revert to using comma-separated values for --id and --status.
9+
- search: Drop support for comma-separated time values.
10+
- Use bug ID headers for comment and history command output.
11+
12+
### Added
13+
14+
- Support determining connection via binary symlink.
15+
16+
#### Bugzilla
17+
- attach: Support targeting directories via -d/--dir.
18+
- search: Support using group fields for -f/--fields values.
19+
- search: Support ranges of ID values.
20+
- search: Support static datetime values for relevant options.
21+
- modify: Support standard input for -c/--comment.
22+
- history: Add request parameter support and filtering.
23+
24+
#### Redmine
25+
- search: Support static datetime values for relevant options.
26+
327
## 0.0.8
428

529
### Added

crates/lib/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 0.0.9
4+
5+
### Changed
6+
7+
#### Bugzilla
8+
- Deserialize attachments into temporary files instead of directly into memory.
9+
- search: Use ~ instead of ! for inversion operators.
10+
11+
### Added
12+
13+
#### Bugzilla
14+
- attach: Support targeting directories for attachment creation.
15+
- attach: Add lzip compression support.
16+
- search: Support ranges of ID values.
17+
- search: Support static datetime values for relevant options.
18+
- history: Add request parameter support and filtering.
19+
20+
#### Redmine
21+
- search: Support static datetime values for relevant options.
22+
323
## 0.0.8
424

525
### Added

0 commit comments

Comments
 (0)