Skip to content

v4.0.0: Don't wanna be quickly departed

Compare
Choose a tag to compare
@nabijaczleweli nabijaczleweli released this 14 Jul 16:26
v4.0.0
e2a41b8
BREAKING:
  * ops::find_git_db_repo() now takes the git URL instead of the crate name,
    but the signature hasn't changed; the new semantics will always return None
    when presented with a bare crate name
    (567a9418faa94140a2ea25a81cea098bce5625b8)
    (#135)

Fixed:
  * Typo in GitRepoPackage::newest_id doc
    (76d021138417b0d83ad7fedc2fd0da4f5fbceacc)
    (#134) (@rex4539)
  * Discovery of bare git repositories in $HOME/.cargo/git/db
    (be6a855fe394cb6fe83d24560a235d78a83bec3e)
    (567a9418faa94140a2ea25a81cea098bce5625b8)
    (e2a41b852a90235904b0dd9d6f6faadf5e0c4423)
    (#135)
  * AppVeyor builds
    (af90796abda39977f289fb6e488d98f831c772f8)

New:
  * LIBSSH_SYS_USE_PKG_CONFIG= workaround in README
    (5587812681fd7cd99f31ad9ea72a312dcca0002a)
    (#129)
  * Note on cargo-install's upgrade funxionality in README
    (bf331df79662d7b6e804b45a5dbca2d903de6380)
    (#130)
  * ops::cargo_hash(), equivalent to cargo's short_hash()
    (be6a855fe394cb6fe83d24560a235d78a83bec3e)
    (#135)
  * @rex4539 in authors list
    (73845c4be01a9d470100b516021f5f6318ba821d)