Skip to content

Releases: AnswerDotAI/fastship

v0.0.15

Choose a tag to compare

@jph00 jph00 released this 21 Jun 06:23

New Features

  • Remove native Rust binary bundling and ship-rs-prep; simplify Rust workflow to maturin-only builds (#17)

v0.0.14

Choose a tag to compare

@jph00 jph00 released this 21 Jun 02:13

New Features

  • Split ship_rs_* functions into callable core + CLI wrappers; replace maturin develop with wheel build/install in ship_rs_test (#16)

v0.0.13

Choose a tag to compare

@jph00 jph00 released this 21 Jun 01:51

New Features

  • Split Rust CI into platform-specific jobs and refactor tests to use structured TOML assertions (#15)
  • Add explicit pyo3 feature mapping to dep:pyo3 in Cargo template (#14)

v0.0.12

Choose a tag to compare

@jph00 jph00 released this 20 Jun 22:06

New Features

  • Use project optional-dependencies extras for CI installs instead of separate pip install commands (#13)

v0.0.11

Choose a tag to compare

@jph00 jph00 released this 20 Jun 21:51

New Features

  • Add ship-rs-new and ship-rs-init commands for scaffolding and configuring maturin/PyO3 projects, using Cargo.toml as the version source (#12)

v0.0.10

Choose a tag to compare

@jph00 jph00 released this 20 Jun 01:07

New Features

  • Add PyO3/maturin support with ship-rs-* commands for Rust CLI bin bundling (#11)
  • Add package find config to project template and simplify fastship package discovery (#10)

v0.0.9

Choose a tag to compare

@jph00 jph00 released this 20 Mar 23:43

New Features

  • Add CHANGELOG_MARKER constant and validate its presence before inserting release notes (#9)

v0.0.8

Choose a tag to compare

@jph00 jph00 released this 17 Mar 04:39

New Features

  • Allow changelog review even with --no-changelog and skip commit when worktree is clean (#8)

v0.0.7

Choose a tag to compare

@jph00 jph00 released this 17 Mar 03:47

New Features

  • Replace underscore with hyphen (#7)

v0.0.6

Choose a tag to compare

@jph00 jph00 released this 27 Jan 19:37

New Features

  • Add ship_release for full release workflow (#6), thanks to @jph00