# 2.28.1 (July 18th, 2023) * Fixed cross-crate version requirements. # 2.28.0 (July 18th, 2023) * Fixed docs.rs build failure. * Dropped PA v4 support. # 2.27.1 (January 9th, 2023) * Fixed broken build status badge in readme. # 2.27.0 (January 9th, 2023) * Bumped Rust edition to 2021. * Bumped MSRV from 1.46 to 1.56. * Added `rust-version` (MSRV) attribute to `cargo.toml` file. * Updated required dependencies: - `libpulse-binding` from 2.24 to 2.27. - `libpulse-sys` from 1.19 to 1.20. - `libpulse-simple-sys` from 1.19 to 1.20. Note: version 2.26 skipped to catch up with main `libpulse-binding` version. # 2.25.0 (January 13th, 2022) * Changed the return type of `Simple::get_latency()` to pass error codes to the caller on error. * Tweaked the implementation of `Simple::get_latency()` such that in the hypothetical situation (it is not clear whether this ever happens) whereby the underlying C function indicates success yet returns `PA_USEC_INVALID`, this will now result in an error being returned, rather than `MicroSeconds(PA_USEC_INVALID)`. # 2.24.1 (August 29th, 2021) * Minor formatting tweaks. * Bumped MSRV from 1.41 to 1.46 due to bitflags v1.3 now requiring 1.46. # 2.24.0 (July 28th, 2021) * Updated required dependencies: - `libpulse-binding` from 2.23 to 2.24. - `libpulse-sys` from 1.18 to 1.19. - `libpulse-simple-sys` from 1.16 to 1.19. # 2.23.0 (January 30th, 2021) * Now using intra-doc-linking introduced in Rust 1.48. The MSRV remains unchanged at 1.41; this is too great a simplification to maintaining documentation to not implement immediately; the only negative is that links will be broken in locally generated documentation when built with an older Rust compiler than version 1.48. * Updated required dependencies: - `libpulse-binding` from 2.20 to 2.23. - `libpulse-sys` from 1.16 to 1.18. Note: versions 2.21 and 2.22 skipped, used only for `libpulse-binding` crate changes. # 2.20.1 (December 15th, 2020) * Fixed mistake made trying to conditionally enable `#[cfg(doc)]` for docs.rs. # 2.20.0 (December 14th, 2020) * Made some changes to cargo features: - Removed the now obsolete `dox` cargo feature. - Removed the `pa_latest` and `pa_latest_common` cargo features. - Changed the default version feature level to `pa_v8`. * MSRV bumped from 1.40 to 1.41. * Made use of `#[cfg(doc)]` to always include stuff behind PA version feature guards in generated documentation. (Required bump of minimum supported Rust version from 1.40 to 1.41). * Added support for feature tagging in documentation (requires nightly Rust version, so only enabled if a certain config flag is used, as for the docs.rs copy). * Updated required dependencies: - `libpulse-binding` from 2.18 to 2.20. - `libpulse-sys` from 1.15 to 1.16. - `libpulse-simple-sys` from 1.15 to 1.16. Note: version 2.19 skipped, used only for `libpulse-binding` crate changes. # 2.18.1 (November 25th, 2020) * Fixed deprecated license attribute syntax. # 2.18.0 (November 25th, 2020) * Updated required dependencies: - `libpulse-binding` from 2.17 to 2.18. - `libpulse-sys` from 1.14 to 1.15. - `libpulse-simple-sys` from 1.14 to 1.15. # 2.17.0 (November 24th, 2020) * Updated required dependencies: - `libpulse-binding` from 2.16 to 2.17. - `libpulse-sys` from 1.13 to 1.14. - `libpulse-simple-sys` from 1.13 to 1.14. # 2.16.2 (November 21st, 2020) * Trivial documentation fixes. # 2.16.1 (September 9th, 2020) * Bumped `pa_latest_common` feature to target PA v13. # 2.16.0 (April 18th, 2020) * Removed deprecated Cargo features. * Updated required dependencies: - `libpulse-binding` from 2.15 to 2.16. - `libpulse-sys` from 1.12 to 1.13. - `libpulse-simple-sys` from 1.12 to 1.13. # 2.15.0 (December 29th, 2019) * Updated required dependencies: - `libpulse-binding` from 2.14 to 2.15. - `libpulse-sys` from 1.11 to 1.12. - `libpulse-simple-sys` from 1.11 to 1.12. # 2.14.0 (October 28th, 2019) * Updated required dependencies: - `libpulse-binding` from 2.13 to 2.14. # 2.13.0 (September 17th, 2019) * Changed the license model from LGPL to dual MIT and Apache-2.0. See [here][issue26] for details. * Updated required dependencies: - `libpulse-binding` from 2.12 to 2.13. - `libpulse-sys` from 1.10 to 1.11. - `libpulse-simple-sys` from 1.10 to 1.11. # 2.12.0 (September 15th, 2019) * Added PA v13 compatibility control feature. * Updated required dependencies: - `libpulse-binding` from 2.11 to 2.12. - `libpulse-sys` from 1.9 to 1.10. - `libpulse-simple-sys` from 1.9 to 1.10. # 2.11.1 (August 19th, 2019) * Fixed broken doc.rs documentation generation. # 2.11.0 (August 19th, 2019) * Extended support to even older versions of PA, specifically up to and including v4. * Simplified feature flags, old ones left as temorary aliases, to be removed later. * Added a `dox` feature flag, for use with `cargo doc`. It enables the very latest PA version compatibility, while bypassing the pkg-config check, thus is useful for generating documentation that includes information on features from versions of PA that may be newer than the version you have installed. * Updated required dependencies: - `libpulse-binding` from 2.10 to 2.11. - `libpulse-sys` from 1.8 to 1.9. - `libpulse-simple-sys` from 1.8 to 1.9. # 2.10.0 (August 15th, 2019) * Updated `use` conventions to that of Rust 1.30/1.31. * Specified edition in toml file. * Updated required dependencies: - `libpulse-binding` from 2.7 to 2.10. - `libpulse-sys` from 1.6 to 1.8. - `libpulse-simple-sys` from 1.6 to 1.8. Note: versions 2.8 and 2.9 skipped, used only for `libpulse-glib-binding` crate changes. # 2.7.0 (August 12th, 2019) * Added a new `latest_pa_common_compatibility` feature flag, used by default now instead of `latest_pa_compatibility`. * Updated required dependencies: - `libpulse-binding` from 2.6 to 2.7. - `libpulse-sys` from 1.5 to 1.6. - `libpulse-simple-sys` from 1.5 to 1.6. # 2.6.1 (April 5th, 2019) * Enabled `Send`+`Sync` for `Simple`, thanks to @MOZGIII for the patch. # 2.6.0 (March 10th, 2019) * Updated required dependencies: - `libpulse-binding` from 2.5 to 2.6. # 2.5.0 (December 22nd, 2018) * Added the new `latest_pa_compatibility` and `pa_v12_compatibility` feature flags, and deprecated `pa_encoding_from_string` in favour of `pa_v12_compatibility`. * Updated required dependencies: - `libpulse-binding` from 2.4 to 2.5. - `libpulse-sys` from 1.4 to 1.5. - `libpulse-simple-sys` from 1.4 to 1.5. # 2.4.0 (November 28th, 2018) * Updated required dependencies: - `libpulse-binding` from 2.3 to 2.4. # 2.3.0 (November 4th, 2018) * Clarified `pa_encoding_from_string` feature purpose. * Updated required dependencies: - `libpulse-binding` from 2.2 to 2.3. - `libpulse-sys` from 1.3 to 1.4. - `libpulse-simple-sys` from 1.3 to 1.4. # 2.2.5 (October 8th, 2018) * Fixed broken attempt to include license file in bundled package. # 2.2.4 (October 8th, 2018) * Added dedicated changelog, split off from the old single project overview one. * Included copy of license file in bundled package and excluded the `.gitignore` and `README.md` files. # 2.2.3 (September 20th, 2018) * Fixed feature control. # 2.2.2 (September 3rd, 2018) * Added homepage and repo links, thanks to @berkus on github for the patch. * Expanded the `pa_encoding_from_string` feature to properly control it across dependencies. Thanks to @thejpster on github for reporting. Note, version number 2.2.1 skipped, bumping number into line with the main binding crate. # 2.2 (August 21st, 2018) * Updated required dependencies: - `libpulse-binding` from 2.1 to 2.2. # 2.1 (July 17th, 2018) * Updated with respect to having renamed the `timeval` mod to `time` in the main binding. * Updated required dependencies: - `libpulse-binding` from 2.0 to 2.1. - `libpulse-sys` from 1.2 to 1.3. - `libpulse-simple-sys` from 1.2 to 1.3. # 2.0.1 (June 26th, 2018) * Updated version in `README` usage example. # 2.0 (June 16th, 2018) * Updated required dependencies: - `libpulse-binding` from 1.2 to 2.0. - `libpulse-sys` from 1.1 to 1.2. - `libpulse-simple-sys` from 1.1 to 1.2. # 1.2 (June 1st, 2018) * Tidied up error code handling, per version 1.2 of `libpulse-binding`. * Improved time handling, per version 1.2 of `libpulse-binding`. * Updated required dependencies: - `libpulse-binding` from 1.1 to 1.2. # 1.1 (May 27th, 2018) * Privatised `SimpleInternal`. * Updated required dependencies: - `libpulse-binding` from 1.0 to 1.1. - `libpulse-sys` from 1.0 to 1.1. - `libpulse-simple-sys` from 1.0 to 1.1. # 1.0.5 (May 27th, 2018) * Enabled doc test. Note, some version numbers skipped, bumping number into line with the other crates. # 1.0.2 (February 9th, 2018) * Added travis badge. # 1.0.1 (February 2nd, 2018) * Fixed toml file license string `LGPL-2.1` → `LGPL-2.1+`. * Fixed toml file missing author email address. * Removed obsolete readme doc links. # 1.0 (January 24th, 2018) * Original release. [issue26]: https://github.com/jnqnfe/pulse-binding-rust/issues/26