Skip to content

Commit

Permalink
Merge pull request #85 from DragonBox/release_1.0.0beta14
Browse files Browse the repository at this point in the history
Preparing release for 1.0.0beta14
  • Loading branch information
lacostej authored May 29, 2019
2 parents de0187c + 8a47d3c commit 50f3f46
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Change Log

## [v1.0.0beta13](https://github.com/DragonBox/uplift/tree/v1.0.0beta13) (2019-05-20)
[Full Changelog](https://github.com/DragonBox/uplift/compare/v1.0.0beta12...v1.0.0beta13)
## [v1.0.0beta14](https://github.com/DragonBox/uplift/tree/v1.0.0beta14) (2019-05-29)
[Full Changelog](https://github.com/DragonBox/uplift/compare/v1.0.0beta12...v1.0.0beta14)

**Merged pull requests:**

- Debug/add a log handler [\#84](https://github.com/DragonBox/uplift/pull/84) ([scassard](https://github.com/scassard))
- Fix/lockfile/prevent editing of transitive dependency when installing from lockfile [\#83](https://github.com/DragonBox/uplift/pull/83) ([scassard](https://github.com/scassard))
- Add missing usings [\#82](https://github.com/DragonBox/uplift/pull/82) ([scassard](https://github.com/scassard))
- Revert "Fix/lockfile/fix lockfile modifications when installing from lockfile" [\#80](https://github.com/DragonBox/uplift/pull/80) ([niezbop](https://github.com/niezbop))
- Display PackageExport.asset after its creation [\#78](https://github.com/DragonBox/uplift/pull/78) ([scassard](https://github.com/scassard))
- Fix/lockfile/fix lockfile modifications when installing from lockfile [\#77](https://github.com/DragonBox/uplift/pull/77) ([scassard](https://github.com/scassard))
- Fix/export/prevent uplift installing itself [\#74](https://github.com/DragonBox/uplift/pull/74) ([scassard](https://github.com/scassard))
- Build: split Rakefile for testing the release notes upload [\#73](https://github.com/DragonBox/uplift/pull/73) ([lacostej](https://github.com/lacostej))
- Preparing release for 1.0.0beta13 [\#72](https://github.com/DragonBox/uplift/pull/72) ([jenkinswwtk](https://github.com/jenkinswwtk))
- Format files according to wwtk templates [\#71](https://github.com/DragonBox/uplift/pull/71) ([scassard](https://github.com/scassard))
- Correct update package function to prevent error in First method [\#70](https://github.com/DragonBox/uplift/pull/70) ([scassard](https://github.com/scassard))

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# UPLIFT

[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/DragonBox/uplift/blob/master/LICENSE)
![Version](https://img.shields.io/badge/version-1.0.0beta13-blue.svg)
![Version](https://img.shields.io/badge/version-1.0.0beta14-blue.svg)

Uplift is a __package manager__ for the [Unity](https://unity3d.com/) game engine, built in __C#__, that provides a standard format for distributing Unity3d assets, and is designed to easily manage the installation of assets into your projects.

Expand Down

0 comments on commit 50f3f46

Please sign in to comment.