Skip to content

Releases: chevdor/cargo-crate

v0.2.1

28 Apr 09:05
c1c4d24
Compare
Choose a tag to compare
  • fix a bug when the author's name is missing (mostly for old versions of crates)
  • add new tests for the case above

Full Changelog: v0.2.0...v0.2.1

v0.2.0

27 Apr 14:22
e743fd9
Compare
Choose a tag to compare

This version adds support for paths.
That means you no longer need to provide the name of the crate you are working on to open it for instance.
Instead, you may simply call cargo crate open .. Cherry on top, if . is a workspace, it will open all its crates in a go.

Full Changelog: v0.1.9...v0.2.0

v0.1.8

11 Jan 16:16
420eedc
Compare
Choose a tag to compare

Full Changelog: v0.1.6...v0.1.8

v0.1.7

11 Jan 16:16
84cfaa4
Compare
Choose a tag to compare

Full Changelog: v0.1.6...v0.1.7

v0.1.6

30 Aug 07:15
d8bb6b3
Compare
Choose a tag to compare

Deps update

v0.1.5

23 May 14:14
b7a5034
Compare
Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

v0.1.4

23 May 14:13
7a893a0
Compare
Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

v0.1.3

23 May 14:13
9f8ff94
Compare
Choose a tag to compare

Full Changelog: v0.0.3...v0.1.3

v0.0.3

12 May 21:11
56847c0
Compare
Choose a tag to compare

Add support for a new search command.

v0.0.2

12 May 21:11
6449f3e
Compare
Choose a tag to compare

First simple release including the following commands:

  • info
  • open