Skip to content

Commit

Permalink
update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Apr 4, 2024
1 parent 540de9a commit 1938ed4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
16 changes: 16 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.0.8

### Added

#### Bugzilla
- attach: Support attachment compression.
- attach: Support auto-compress and auto-truncate options.
- search: Support logical OR and AND combinations.
- search: Support loading and saving search parameters using templates.
- search: Support JSON output via --json.

#### Redmine
- search: Add --dry-run/-n support.
- search: Support loading and saving search parameters using templates.
- search: Support JSON output via --json.

## 0.0.7

### Added
Expand Down
13 changes: 13 additions & 0 deletions crates/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.0.8

### Added

#### Bugzilla
- attach: Support attachment compression.
- attach: Support auto-compress and auto-truncate options.
- search: Add support for logical OR and AND combinations.
- search: Support loading and saving search parameters using templates.

#### Redmine
- search: Support loading and saving search parameters using templates.

## 0.0.7

### Added
Expand Down

0 comments on commit 1938ed4

Please sign in to comment.