Skip to content

Commit c7e2727

Browse files
authored
Prepare for 1.0.2 (#125)
1 parent 4c2759d commit c7e2727

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
future-release=v1.0.1
1+
future-release=v1.0.2
22
since-tag=v0.9
33
exclude_tags_regex=v0\.[0-8]\..*
44
exclude-labels=nochangelog

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change Log
22

3+
## [v1.0.2](https://github.com/DragonBox/u3d/tree/v1.0.2) (2017-09-05)
4+
[Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.1...v1.0.2)
5+
6+
**Implemented enhancements:**
7+
8+
- u3d/prettify: catch missing dependencies errors on Linux [\#123](https://github.com/DragonBox/u3d/issues/123)
9+
- Prettifyer not plugged when using -logFile /dev/stdout [\#18](https://github.com/DragonBox/u3d/issues/18)
10+
- u3d/prettify: modify compiler rule parsing for 2017+ [\#121](https://github.com/DragonBox/u3d/pull/121) ([niezbop](https://github.com/niezbop))
11+
- ud3/prettify: improve exception logging rules [\#118](https://github.com/DragonBox/u3d/pull/118) ([niezbop](https://github.com/niezbop))
12+
- u3d/available: linux: do not try to fetch package size if already cached [\#116](https://github.com/DragonBox/u3d/pull/116) ([lacostej](https://github.com/lacostej))
13+
- u3d/dependencies: add command to install Linux dependencies [\#25](https://github.com/DragonBox/u3d/pull/25) ([niezbop](https://github.com/niezbop))
14+
15+
**Fixed bugs:**
16+
17+
- u3d install updating cache even with --no-download option [\#104](https://github.com/DragonBox/u3d/issues/104)
18+
19+
**Merged pull requests:**
20+
21+
- u3d/prettify: add rule to catch library loading errors [\#124](https://github.com/DragonBox/u3d/pull/124) ([niezbop](https://github.com/niezbop))
22+
- u3d/prettify: also plug log analyzer on stdout \(Fixes \#18 \#43\) [\#122](https://github.com/DragonBox/u3d/pull/122) ([lacostej](https://github.com/lacostej))
23+
- u3d/install: do not refresh cache when download disabled \(Fixes \#104\) [\#120](https://github.com/DragonBox/u3d/pull/120) ([lacostej](https://github.com/lacostej))
24+
325
## [v1.0.1](https://github.com/DragonBox/u3d/tree/v1.0.1) (2017-08-31)
426
[Full Changelog](https://github.com/DragonBox/u3d/compare/v1.0.0...v1.0.1)
527

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
u3d (1.0.1)
4+
u3d (1.0.2)
55
colored (>= 1.2, < 2.0.0)
66
commander (>= 4.4.0, < 5.0.0)
77
file-tail (>= 1.2.0)

lib/u3d/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
## --- END LICENSE BLOCK ---
2222

2323
module U3d
24-
VERSION = '1.0.1'.freeze
24+
VERSION = '1.0.2'.freeze
2525
DESCRIPTION = 'Provides numerous tools for installing, managing and running the Unity3D game engine from command line.'.freeze
2626
UNITY_VERSIONS_NOTE = "Unity3d uses the following version formatting: 0.0.0x0. The \'x\' can takes different values:\n"\
2727
"\t. 'f' are the main release candidates for Unity3d\n"\

0 commit comments

Comments
 (0)