File: CHANGELOG.md

package info (click to toggle)
rust-binary-install 0.4.1%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 280 kB
  • sloc: makefile: 2; sh: 1
file content (116 lines) | stat: -rw-r--r-- 3,160 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Changelog

## 0.4.1

### Fixes

 - **Update zip to 2.1.3 - [drager], [pull/33]**

  [pull/33]: https://github.com/rustwasm/binary-install/pull/33

 - **Revert: Replace zip with zip_next - [drager], [pull/32]**

  [drager]: https://github.com/drager
  [pull/32]: https://github.com/rustwasm/binary-install/pull/32

## 0.4.0

### Fixes

 - **Replace zip with zip_next - [Pr0methean], [pull/29]**

  [Pr0methean]: https://github.com/Pr0methean
  [pull/29]: https://github.com/rustwasm/binary-install/pull/29

## 0.3.0

### Fixes

 - **Replace fs2 with fs4 - [BobBinaryBuilder], [pull/25]**

  [BobBinaryBuilder]: https://github.com/BobBinaryBuilder
  [pull/25]: https://github.com/rustwasm/binary-install/pull/25

## 0.2.0

### Fixes

  - **Replace curl with ureq - [johanhelsing], [issue/23], [pull/24]**

  [johanhelsing]: https://github.com/johanhelsing
  [issue/23]:  https://github.com/rustwasm/binary-install/issue/23
  [pull/24]: https://github.com/rustwasm/binary-install/pull/24

## 0.1.0

### Features

  - **Install to subdirs - [printfn], [pull/21]**

  Adds the ability to extract binaries (and libraries) to specific subdirectories, which is needed for dynamic linking on macOS.
 
  [printfn]: https://github.com/printfn
  [pull/21]: https://github.com/rustwasm/binary-install/pull/21

## 🎸  0.0.3-alpha.1

### Features

  - **Adds `download_version` to API - [EverlastingBugstopper], [pull/7]**

    Allows users of `binary-install` to put the version in the directory name so they can test if they need to re-download a newer version.

    [EverlastingBugstopper]: https://github.com/EverlastingBugstopper
    [pull/7]: https://github.com/rustwasm/binary-install/pull/7

### Fixes

  - **Fix Rust installation in CI for Windows - [drager], [pull/9]**

    [drager]: https://github.com/drager
    [pull/9]: https://github.com/rustwasm/binary-install/pull/9

## 📦  0.0.3-alpha

### Features

  - **Add download_artifact - [xtuc], [pull/1]**

    Extends the API by adding a `download_artifact` function which allows the installation of releases that don't contain a binary.

    [xtuc]: https://github.com/xtuc
    [pull/1]: https://github.com/rustwasm/binary-install/pull/1

  - **Allow concurrent access of installation cache - [xtuc], [issue/2] [pull/3]**

    [xtuc]: https://github.com/xtuc
    [pull/3]: https://github.com/rustwasm/binary-install/pull/3
    [issue/2]: https://github.com/rustwasm/binary-install/issues/2

  - **Derive `Clone` on `Download` struct - [ashleygwilliams], [pull/6]**

    [ashleygwilliams]: https://github.com/ashleygwilliams
    [pull/6]: https://github.com/rustwasm/binary-install/pull/6

## ❌  0.0.2

### Features

  - **Don't make getting a binary from a download infallible - [fitzegen], [pull/504]**

    Instead of panicking on unexpected states, check for them and return an error.

    [fitzegen]: https://github.com/fitzegen
    [pull/504]: https://github.com/rustwasm/wasm-pack/pull/504

### Maintenance

  - **Add initial tests - [drager], [pull/517]**

    [drager]: https://github.com/drager
    [pull/517]: https://github.com/rustwasm/wasm-pack/pull/517


## 💥  0.0.1

- First release!