Skip to content

Releases: theseus-rs/postgresql-embedded

v0.18.3

03 Apr 21:11
1b94bde
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies
  • update to Rust 1.86.0

v0.18.2

21 Mar 04:28
0a9cd1f
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

v0.18.1

26 Feb 20:13
d80e0ff
Compare
Choose a tag to compare

Fix

  • Check for existing installations in children before installing

v0.18.0

20 Feb 19:19
d47a700
Compare
Choose a tag to compare

Added

  • update to Rust 2024 edition

Other

  • update dependencies
  • [breaking] rename feature rustls-tls to rustls

v0.17.5

28 Jan 16:24
fa9a7e6
Compare
Choose a tag to compare

Other

  • make tracing-indicatif optional
  • remove anyhow and human_bytes dependencies
  • replace regex with regex-lite to reduce dependencies
  • remove http dependency
  • update ci configuration

v0.17.4

17 Jan 18:29
Compare
Choose a tag to compare

🐞 Bug fixes

  • use tokio::process::spawn() for pc_ctl on Windows (#153)

πŸ“¦ Build system

  • update to Rust 1.84.0 (#152)

πŸ› οΈ Other improvements

  • update to Rust 1.83 (#151)

v0.17.3

12 Nov 20:56
Compare
Choose a tag to compare

🐞 Bug fixes

  • correct zonky extractor (#150)
  • update build dependency (#147)

πŸ“¦ Build system

  • update to Rust 1.82.0 (#144)
  • update codecov action to version 4 (#143)

πŸ› οΈ Other improvements

  • update dependencies (#146)

v0.17.2

01 Oct 03:40
Compare
Choose a tag to compare

πŸ“¦ Build system

  • correct documentation build (#142)

v0.17.1

01 Oct 03:04
Compare
Choose a tag to compare

πŸ“¦ Build system

  • update dependencies (#141)
  • correct documentation build (#140)

v0.17.0

29 Sep 00:12
Compare
Choose a tag to compare

πŸ’₯ Breaking changes

  • remove version 12 and deprecate version 13 (#139)

✨ Enhancements

  • add version 17 support (#138)

🐞 Bug fixes

  • allow archives to be bundled from alternate github repositories (#135)

πŸ› οΈ Other improvements

  • remove version 12 and deprecate version 13 (#139)
  • forbid clippy allow attributes (#136)
  • update dependencies (#134)