Skip to content

Releases: nabijaczleweli/cargo-update

v0.6.4

20 Jan 21:48
v0.6.4
703a8f8
Compare
Choose a tag to compare
FEATURES!

But not any new ones from this crate. Move along, citizen.

v0.6.3: Three portions of fruit every day

17 Jan 20:11
v0.6.3
5f2234d
Compare
Choose a tag to compare
Changed:
  * Packages that need to be updated are at the top
    (bd86cf1e12f8b22e92b46351130124dce9a3828b)
    (#20)

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)