Skip to content

Commit 33716e0

Browse files
authored
u3d: prepare for 1.0.0.rc1 release (#111)
* Prepare for 1.0.0.rc1 release * u3d/examples: update examples dependencies
1 parent c817a53 commit 33716e0

File tree

6 files changed

+67
-38
lines changed

6 files changed

+67
-38
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+
future-release=v1.0.0.rc1
22
since-tag=v0.9
33
exclude_tags_regex=v0\.[0-8]\..*
44
exclude-labels=nochangelog

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,40 @@
11
# Change Log
22

3+
## [v1.0.0.rc1](https://github.com/DragonBox/u3d/tree/v1.0.0.rc1) (2017-08-30)
4+
[Full Changelog](https://github.com/DragonBox/u3d/compare/v0.9.4...v1.0.0.rc1)
5+
6+
**Implemented enhancements:**
7+
8+
- u3d/install: move chmod +x of linux files at install time [\#91](https://github.com/DragonBox/u3d/issues/91)
9+
10+
**Fixed bugs:**
11+
12+
- Log prettifier not logging command line arguments \(among other initialisation things\) on Unity 2017+ [\#99](https://github.com/DragonBox/u3d/issues/99)
13+
- Error if stdout closed while writing to it [\#96](https://github.com/DragonBox/u3d/issues/96)
14+
- Downloader not as fast as it should be [\#93](https://github.com/DragonBox/u3d/issues/93)
15+
16+
**Closed issues:**
17+
18+
- u3d/prettify: missing executeMethod failure / exception catching [\#102](https://github.com/DragonBox/u3d/issues/102)
19+
- Ensure u3d works well on ruby 2.4.1 [\#82](https://github.com/DragonBox/u3d/issues/82)
20+
21+
**Merged pull requests:**
22+
23+
- fastlane-plugin-u3d: allow to depend on coming 1.0.0 version [\#109](https://github.com/DragonBox/u3d/pull/109) ([lacostej](https://github.com/lacostej))
24+
- u3d/run allow to configure the rules.json location using U3D\_RULES\_PATH env variable [\#108](https://github.com/DragonBox/u3d/pull/108) ([lacostej](https://github.com/lacostej))
25+
- u3d/run: if thread exits abnormally, don't wait for it and return [\#107](https://github.com/DragonBox/u3d/pull/107) ([lacostej](https://github.com/lacostej))
26+
- Add log rules to parse exceptions and aborts [\#106](https://github.com/DragonBox/u3d/pull/106) ([niezbop](https://github.com/niezbop))
27+
- Fix INIT log phase not starting when intended [\#101](https://github.com/DragonBox/u3d/pull/101) ([niezbop](https://github.com/niezbop))
28+
- u3d/install: move chmod +x of linux files at install time \(Fixes \#91\) [\#100](https://github.com/DragonBox/u3d/pull/100) ([lacostej](https://github.com/lacostej))
29+
- logger: Hide EPIPE errors when stdout already closed [\#97](https://github.com/DragonBox/u3d/pull/97) ([lacostej](https://github.com/lacostej))
30+
331
## [v0.9.4](https://github.com/DragonBox/u3d/tree/v0.9.4) (2017-08-28)
432
[Full Changelog](https://github.com/DragonBox/u3d/compare/v0.9.3...v0.9.4)
533

634
**Implemented enhancements:**
735

836
- Merge install and local\_install commands [\#84](https://github.com/DragonBox/u3d/issues/84)
937
- Document installation path sanitization [\#50](https://github.com/DragonBox/u3d/issues/50)
10-
- Make unity versions test unit [\#72](https://github.com/DragonBox/u3d/pull/72) ([niezbop](https://github.com/niezbop))
1138
- \[tech\] rubocop: update version and fix windows compatibility [\#61](https://github.com/DragonBox/u3d/pull/61) ([lacostej](https://github.com/lacostej))
1239
- u3d/install local\_install: if no version specified, fallback on version required by current project [\#53](https://github.com/DragonBox/u3d/pull/53) ([lacostej](https://github.com/lacostej))
1340
- u3d/install: display more information during sanization, including what would happen \(fixes \#50\) [\#51](https://github.com/DragonBox/u3d/pull/51) ([lacostej](https://github.com/lacostej))

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 (0.9.4)
4+
u3d (1.0.0.rc1)
55
colored (>= 1.2, < 2.0.0)
66
commander (>= 4.4.0, < 5.0.0)
77
file-tail (>= 1.2.0)

examples/Example1/Gemfile.lock

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PATH
2-
remote: /Users/lacostej/Code/WWTK/u3d/fastlane-plugin-u3d
2+
remote: /Users/lacostej/Code/OSS/u3d/fastlane-plugin-u3d
33
specs:
4-
fastlane-plugin-u3d (0.1.0)
5-
u3d (~> 0.9)
4+
fastlane-plugin-u3d (0.1.1)
5+
u3d (>= 0.9, < 2.0)
66

77
PATH
8-
remote: /Users/lacostej/Code/WWTK/u3d
8+
remote: /Users/lacostej/Code/OSS/u3d
99
specs:
10-
u3d (0.9.1)
10+
u3d (1.0.0.rc1)
1111
colored (>= 1.2, < 2.0.0)
1212
commander (>= 4.4.0, < 5.0.0)
1313
file-tail (>= 1.2.0)
@@ -20,8 +20,8 @@ GEM
2020
remote: https://rubygems.org/
2121
specs:
2222
CFPropertyList (2.3.5)
23-
addressable (2.5.1)
24-
public_suffix (~> 2.0, >= 2.0.2)
23+
addressable (2.5.2)
24+
public_suffix (>= 2.0.2, < 4.0)
2525
babosa (1.0.2)
2626
claide (1.0.2)
2727
colored (1.2)
@@ -35,16 +35,16 @@ GEM
3535
domain_name (0.5.20170404)
3636
unf (>= 0.0.5, < 1.0.0)
3737
dotenv (2.2.1)
38-
excon (0.57.1)
39-
faraday (0.12.1)
38+
excon (0.58.0)
39+
faraday (0.13.1)
4040
multipart-post (>= 1.2, < 3)
4141
faraday-cookie_jar (0.0.6)
4242
faraday (>= 0.7.4)
4343
http-cookie (~> 1.0.0)
44-
faraday_middleware (0.11.0.1)
44+
faraday_middleware (0.12.2)
4545
faraday (>= 0.7.4, < 1.0)
4646
fastimage (2.1.0)
47-
fastlane (2.47.0)
47+
fastlane (2.54.4)
4848
CFPropertyList (>= 2.3, < 3.0.0)
4949
addressable (>= 2.3, < 3.0.0)
5050
babosa (>= 1.0.2, < 2.0.0)
@@ -58,36 +58,37 @@ GEM
5858
faraday_middleware (~> 0.9)
5959
fastimage (>= 2.1.0, < 3.0.0)
6060
gh_inspector (>= 1.0.1, < 2.0.0)
61-
google-api-client (>= 0.12.0, < 0.13.0)
61+
google-api-client (>= 0.13.1, < 0.14.0)
6262
highline (>= 1.7.2, < 2.0.0)
6363
json (< 3.0.0)
6464
mini_magick (~> 4.5.1)
6565
multi_json
6666
multi_xml (~> 0.5)
6767
multipart-post (~> 2.0.0)
6868
plist (>= 3.1.0, < 4.0.0)
69+
public_suffix (~> 2.0.0)
6970
rubyzip (>= 1.1.0, < 2.0.0)
7071
security (= 0.1.3)
7172
slack-notifier (>= 1.3, < 2.0.0)
7273
terminal-notifier (>= 1.6.2, < 2.0.0)
7374
terminal-table (>= 1.4.5, < 2.0.0)
7475
tty-screen (~> 0.5.0)
7576
word_wrap (~> 1.0.0)
76-
xcodeproj (>= 1.4.4, < 2.0.0)
77+
xcodeproj (>= 1.5.0, < 2.0.0)
7778
xcpretty (>= 0.2.4, < 1.0.0)
7879
xcpretty-travis-formatter (>= 0.0.3)
7980
file-tail (1.2.0)
8081
tins (~> 1.0)
8182
filesize (0.1.1)
8283
gh_inspector (1.0.3)
83-
google-api-client (0.12.0)
84+
google-api-client (0.13.4)
8485
addressable (~> 2.5, >= 2.5.1)
8586
googleauth (~> 0.5)
8687
httpclient (>= 2.8.1, < 3.0)
8788
mime-types (~> 3.0)
8889
representable (~> 3.0)
8990
retriable (>= 2.0, < 4.0)
90-
googleauth (0.5.2)
91+
googleauth (0.5.3)
9192
faraday (~> 0.12)
9293
jwt (~> 1.4)
9394
logging (~> 2.0)
@@ -122,7 +123,7 @@ GEM
122123
declarative (< 0.1.0)
123124
declarative-option (< 0.2.0)
124125
uber (< 0.2.0)
125-
retriable (3.0.2)
126+
retriable (3.1.1)
126127
rouge (2.0.7)
127128
rubyzip (1.2.1)
128129
security (0.1.3)
@@ -162,4 +163,4 @@ DEPENDENCIES
162163
u3d!
163164

164165
BUNDLED WITH
165-
1.15.3
166+
1.15.4

examples/Example2/Gemfile.lock

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PATH
2-
remote: /Users/lacostej/Code/WWTK/u3d/fastlane-plugin-u3d
2+
remote: /Users/lacostej/Code/OSS/u3d/fastlane-plugin-u3d
33
specs:
4-
fastlane-plugin-u3d (0.1.0)
5-
u3d (~> 0.9)
4+
fastlane-plugin-u3d (0.1.1)
5+
u3d (>= 0.9, < 2.0)
66

77
PATH
8-
remote: /Users/lacostej/Code/WWTK/u3d
8+
remote: /Users/lacostej/Code/OSS/u3d
99
specs:
10-
u3d (0.9.1)
10+
u3d (1.0.0.rc1)
1111
colored (>= 1.2, < 2.0.0)
1212
commander (>= 4.4.0, < 5.0.0)
1313
file-tail (>= 1.2.0)
@@ -20,8 +20,8 @@ GEM
2020
remote: https://rubygems.org/
2121
specs:
2222
CFPropertyList (2.3.5)
23-
addressable (2.5.1)
24-
public_suffix (~> 2.0, >= 2.0.2)
23+
addressable (2.5.2)
24+
public_suffix (>= 2.0.2, < 4.0)
2525
babosa (1.0.2)
2626
claide (1.0.2)
2727
colored (1.2)
@@ -35,16 +35,16 @@ GEM
3535
domain_name (0.5.20170404)
3636
unf (>= 0.0.5, < 1.0.0)
3737
dotenv (2.2.1)
38-
excon (0.57.1)
39-
faraday (0.12.1)
38+
excon (0.58.0)
39+
faraday (0.13.1)
4040
multipart-post (>= 1.2, < 3)
4141
faraday-cookie_jar (0.0.6)
4242
faraday (>= 0.7.4)
4343
http-cookie (~> 1.0.0)
44-
faraday_middleware (0.11.0.1)
44+
faraday_middleware (0.12.2)
4545
faraday (>= 0.7.4, < 1.0)
4646
fastimage (2.1.0)
47-
fastlane (2.47.0)
47+
fastlane (2.54.4)
4848
CFPropertyList (>= 2.3, < 3.0.0)
4949
addressable (>= 2.3, < 3.0.0)
5050
babosa (>= 1.0.2, < 2.0.0)
@@ -58,36 +58,37 @@ GEM
5858
faraday_middleware (~> 0.9)
5959
fastimage (>= 2.1.0, < 3.0.0)
6060
gh_inspector (>= 1.0.1, < 2.0.0)
61-
google-api-client (>= 0.12.0, < 0.13.0)
61+
google-api-client (>= 0.13.1, < 0.14.0)
6262
highline (>= 1.7.2, < 2.0.0)
6363
json (< 3.0.0)
6464
mini_magick (~> 4.5.1)
6565
multi_json
6666
multi_xml (~> 0.5)
6767
multipart-post (~> 2.0.0)
6868
plist (>= 3.1.0, < 4.0.0)
69+
public_suffix (~> 2.0.0)
6970
rubyzip (>= 1.1.0, < 2.0.0)
7071
security (= 0.1.3)
7172
slack-notifier (>= 1.3, < 2.0.0)
7273
terminal-notifier (>= 1.6.2, < 2.0.0)
7374
terminal-table (>= 1.4.5, < 2.0.0)
7475
tty-screen (~> 0.5.0)
7576
word_wrap (~> 1.0.0)
76-
xcodeproj (>= 1.4.4, < 2.0.0)
77+
xcodeproj (>= 1.5.0, < 2.0.0)
7778
xcpretty (>= 0.2.4, < 1.0.0)
7879
xcpretty-travis-formatter (>= 0.0.3)
7980
file-tail (1.2.0)
8081
tins (~> 1.0)
8182
filesize (0.1.1)
8283
gh_inspector (1.0.3)
83-
google-api-client (0.12.0)
84+
google-api-client (0.13.4)
8485
addressable (~> 2.5, >= 2.5.1)
8586
googleauth (~> 0.5)
8687
httpclient (>= 2.8.1, < 3.0)
8788
mime-types (~> 3.0)
8889
representable (~> 3.0)
8990
retriable (>= 2.0, < 4.0)
90-
googleauth (0.5.2)
91+
googleauth (0.5.3)
9192
faraday (~> 0.12)
9293
jwt (~> 1.4)
9394
logging (~> 2.0)
@@ -122,7 +123,7 @@ GEM
122123
declarative (< 0.1.0)
123124
declarative-option (< 0.2.0)
124125
uber (< 0.2.0)
125-
retriable (3.0.2)
126+
retriable (3.1.1)
126127
rouge (2.0.7)
127128
rubyzip (1.2.1)
128129
security (0.1.3)
@@ -162,4 +163,4 @@ DEPENDENCIES
162163
u3d!
163164

164165
BUNDLED WITH
165-
1.15.3
166+
1.15.4

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 = '0.9.4'.freeze
24+
VERSION = '1.0.0.rc1'.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)