Skip to content

Releases: nabijaczleweli/cargo-update

v0.6.2: No need to armour up if your spacing's impeccable

01 Dec 18:15
v0.6.2
572b000
Compare
Choose a tag to compare
Fixed:
  * Empty line after failed update to match successful updates
    (38f35009137cf437d73828e0892df3514676fd55)

v0.6.1: True self is without form

01 Dec 18:10
v0.6.1
20e6315
Compare
Choose a tag to compare
Changed:
  * Improve performance (and memory usage) by not collect()ing the
    intermediate update results
    (0078cefda1c76d6e639904f059b561ace2970c2b)

v0.6.0: A temporary setback.

30 Nov 22:54
v0.6.0
d25a48e
Compare
Choose a tag to compare
Changed:
  * Errors are eaten up so updating will happen even if some packages
    error out, statistics are displayed after all packages have been
    updated (or not)
    (e672fcf757a920a7667a5c8b3ed44cd750098416)
    (4b96d56acbc660ed27d8b9416de55dd0a2f90554)
    (#18)

v0.5.3: I beg of you, let this be the last

23 Nov 22:21
v0.5.3
b5baa53
Compare
Choose a tag to compare
Changed:
  * Fail with an error message if RC.EXE is not found
    (39fa758884e5dad2ea65c624c9d8dea8968465b6)
    (#17)

v0.5.2: Hi, my name's MSVC. Wassup, y'all?

23 Nov 02:02
v0.5.2
8ab888f
Compare
Choose a tag to compare
Fixed:
  * Properly embed manifest under MSVC
    (f57e9c3dd468e4e4d87abdd7fff69fc253bfd5bf)
    (f60285f419184237e65e237adc607f296d342e27)
    (#11)
    (#14)
    (#16)

New:
  * @liigo in authors list
    (2a42f9dbb77a03e84e0932ec5034537648156577)

v0.5.1: The Communist Manifesto

16 Nov 23:20
v0.5.1
2da140b
Compare
Choose a tag to compare
New:
  * Windows manifest embedded in executable, no longer causes
    privilege elevation problems
    (ef4346c96b1e55bb837557520e6ea09d3f0d867e)
    (b1f7bd4d53ae016d1a1ea7d69168f66f7e43191b)
    (#11) (#13)
  * @TheCatPlusPlus in authors list

v0.5.0: ma

10 Nov 20:55
v0.5.0
8eab110
Compare
Choose a tag to compare
New:
  * --force flag to update all specified packages
    (7da4d2da872ec7eb7277a54dc16d58180e0ac1ac)

v0.4.1: self.updaet() == tru

05 Nov 20:23
v0.4.1
1c8725d
Compare
Choose a tag to compare
New:
  * Ability to self-update on Windows
    (1e5f1dc0a402220e466ad7920f41fb01452289de)
    (e12716fea5ff457ca16cc7335b01372d2bdc28fe)
    (#9)
  * @vendethiel in authors list
    (e022b667c717a961c97dd37ca7d402363d97f3b2)

Changed:
  * Self-update notice in README (Windows works)
    (ce0a751bc4816dbb1bfcf8c733ad554d4d339785)
    (#9)
  * Formatting of multi-crate example in README
    (f3cd817af27c51627878b77154f7e8e171e580d2)
    (#8)

v0.4.0: Register TODAY with your local recruitment unit!

04 Nov 21:12
v0.4.0
e64aa0b
Compare
Choose a tag to compare
New:
  * Self-update notice in README
    (63934d1ab3b8c8afab13ecf0fa71c8b742e598d0)
    (#3)

Changed:
  * Use the registry instead of manually curling crates.io API
    (aa090b4a38a486654cd73b173c3f49f6a56aa059)
    (dd76c7ab1b03ecd0a3c21a14ea62782367a88510)
    (a19ca5b01ecc7d75c6779e85cb74bf6885070091)
    (e9586928516251d942fa3507a3697a7485c9fc79)
    (#6)
    (#7)

v0.3.1: It's *my* home

31 Oct 16:26
v0.3.1
c905f63
Compare
Choose a tag to compare
New:
  * Support $CARGO_HOME - look it up before $HOME/.cargo
    (a08c56c7650c9d661cc4d14b7cf6c76cf20d0dd1)
    (#5)
  * Install instructions in README (not that they were necessarily
    necessary, but meh)
    (10c998d7ccad090f824b128b56178fb4063f6b81)
    (#4)

Changed:
  * Authors list now includes @yanns