Skip to content

Commit

Permalink
Merge pull request #199 from Anders429/0.8.1
Browse files Browse the repository at this point in the history
0.8.1
  • Loading branch information
Anders429 authored Apr 3, 2023
2 parents 1aaffcf + 331333e commit 6947b98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.8.1 - 2023-04-02
### Fixed
- `registry::ContainsViews` is now a public trait.

## 0.8.0 - 2023-04-02
### Added
- `view::ContainsFilter` trait to indicate that a filter can be expressed over a view.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brood"
version = "0.8.0"
version = "0.8.1"
authors = ["Anders Evensen"]
edition = "2021"
rust-version = "1.65.0"
Expand Down
2 changes: 1 addition & 1 deletion src/registry/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pub use contains::{
ContainsEntities,
ContainsEntity,
ContainsQuery,
ContainsViews,
};
pub use debug::Debug;
pub use eq::{
Expand All @@ -59,7 +60,6 @@ pub use eq::{

#[cfg(feature = "rayon")]
pub(crate) use contains::ContainsParViews;
pub(crate) use contains::ContainsViews;
pub(crate) use get::Get;
#[cfg(feature = "rayon")]
pub(crate) use sealed::CanonicalParViews;
Expand Down

0 comments on commit 6947b98

Please sign in to comment.