Skip to content

Commit

Permalink
fix(envelope): prevent out of bound error on empty search result
Browse files Browse the repository at this point in the history
Refs: #518
  • Loading branch information
soywod committed Jan 10, 2025
1 parent 9aa408a commit 50b8d36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixed de/serialization issues of backends' `none` variant. [#523]

- Fixed list envelopes out of bound error when empty result. [#518]

## [1.0.0] - 2024-12-09

The Himalaya CLI scope has changed. It does not include anymore the synchronization, nor the envelope watching. These scopes have moved to dedicated projects:
Expand Down Expand Up @@ -951,6 +953,7 @@ Few major concepts changed:
[#496]: https://github.com/pimalaya/himalaya/issues/496
[#508]: https://github.com/pimalaya/himalaya/issues/508
[#515]: https://github.com/pimalaya/himalaya/issues/515
[#518]: https://github.com/pimalaya/himalaya/issues/518
[#522]: https://github.com/pimalaya/himalaya/issues/522
[#523]: https://github.com/pimalaya/himalaya/issues/523
[#536]: https://github.com/pimalaya/himalaya/issues/536
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50b8d36

Please sign in to comment.