1
1
# Changelog
2
2
3
+ ## v1.0.0-rc.1
4
+
5
+ * Bug fixes
6
+ * Various ` mix format ` updates to the template
7
+ * Update template so that projects use v1.0.0-rc system releases so that they
8
+ compile
9
+ * Fix archive update check logic
10
+
3
11
## v1.0.0-rc.0
4
12
5
13
Nerves no longer automatically compiles any ` nerves_package ` that is missing
@@ -18,9 +26,9 @@ the desired package in your top level project:
18
26
19
27
## v0.8.1
20
28
21
- * Bug Fixes
22
- * ` deps.get ` and ` deps.update ` aliases should always be added to the
23
- project regardless of target.
29
+ * Bug Fixes
30
+ * ` deps.get ` and ` deps.update ` aliases should always be added to the
31
+ project regardless of target.
24
32
25
33
## v0.8.0
26
34
@@ -64,6 +72,7 @@ This release has the following changes:
64
72
artifacts.
65
73
66
74
## v0.7.0
75
+
67
76
* Enhancements
68
77
* Added Mix task ` nerves.deps.get `
69
78
* ` nerves_bootstrap ` will check for updates when ` nerves.deps.get ` is called.
@@ -94,17 +103,20 @@ This release has the following changes:
94
103
cross compile environment.
95
104
96
105
## v0.6.4
106
+
97
107
* Enhancements
98
108
* Changed update location from Github to hex.pm
99
109
* Fixed compiler warning
100
110
* Synchronize new project template with Elixir 1.6 updates (includes formatter)
101
111
102
112
## v0.6.3
113
+
103
114
* Enhancements
104
115
* Removed unsupported systems from default targets and added x86_64.
105
116
* Moved to independent hex package.
106
117
107
118
## v0.6.2
119
+
108
120
* Enhancements
109
121
* [mix nerves.new] Use the new `rootfs_overlay` option
110
122
rather than the deprecated `rootfs_additions` option and also recommend
@@ -116,6 +128,7 @@ This release has the following changes:
116
128
configured before importing target specific configuration.
117
129
118
130
## v0.6.1
131
+
119
132
* Enhancements
120
133
* Improved error messages in `nerves.system.shell` Mix task. In particular,
121
134
it now reminds you to set `MIX_TARGET `.
@@ -125,6 +138,7 @@ This release has the following changes:
125
138
* Fix extraneous whitespace in `mix.exs` generated by `mix nerves.new`
126
139
127
140
## v0.6.0
141
+
128
142
* Enhancements
129
143
* New `nerves.system.shell` Mix task, which provides a consistent way to
130
144
configure a Buildroot - based Nerves system on both OSX and Linux . This
@@ -141,10 +155,12 @@ This release has the following changes:
141
155
state.
142
156
143
157
## v0.5.1
158
+
144
159
* Bug Fixes
145
160
* System dependencies were not being built in order when system is the parent project
146
161
147
162
## v0.5.0
163
+
148
164
* Enhancements
149
165
* Pass + Bc in vm.args to avoid accidental CTRL + C
150
166
* Update deps and loosen version requirements
@@ -153,6 +169,7 @@ This release has the following changes:
153
169
* Choose the right compiler when parent project is a Nerves system package
154
170
155
171
## v0.4.0
172
+
156
173
* Enhancements
157
174
* nerves.new
158
175
* lock files are split by target
@@ -163,10 +180,12 @@ This release has the following changes:
163
180
be set by passing `-- cookie`
164
181
165
182
## v0.3.1
166
- * Bug Fixes
167
- * Added support for OTP 20 : Fixes issue with RegEx producing false positives.
183
+
184
+ * Bug Fixes
185
+ * Added support for OTP 20 : Fixes issue with RegEx producing false positives.
168
186
169
187
## v0.3.0
188
+
170
189
* Enhancements
171
190
* nerves.new
172
191
* defaults to Host target env
@@ -177,27 +196,32 @@ This release has the following changes:
177
196
* removed rel/ .gitignore from new project generator
178
197
179
198
## v0.2.2
199
+
180
200
* Enhancements
181
201
* Added `mix local.nerves` for updating the bootstrap archive
182
202
183
203
## v0.2.1
204
+
184
205
* Bug Fixes
185
206
* update nerves dep in new project generator to 0.4 .0
186
207
* Enhancements
187
208
* Additional debug output when setting `NERVES_DEBUG = 1 `
188
209
* Ability to output information about the loaded Nerves env via `mix nerves.env -- info`
189
210
190
211
## v0.2.0
191
- * Enhancements
192
- * Support for nerves_package compiler
212
+
213
+ * Enhancements
214
+ * Support for nerves_package compiler
193
215
194
216
## v0.1.4
195
- * Bug Fixes
196
- * Do not warn on import Supervisor .Spec
197
- * Silence alias location messages unless NERVES_DEBUG = 1
198
- * Enhancements
199
- * Support for Elixir 1.3 .2
217
+
218
+ * Bug Fixes
219
+ * Do not warn on import Supervisor .Spec
220
+ * Silence alias location messages unless NERVES_DEBUG = 1
221
+ * Enhancements
222
+ * Support for Elixir 1.3 .2
200
223
201
224
## v0.1.3
202
- * Enhancements
203
- * Support for elixir ~> 1.3 .0 - rc.0
225
+
226
+ * Enhancements
227
+ * Support for elixir ~> 1.3 .0 - rc.0
0 commit comments