Skip to content

Tags: zoosky/gluon

Tags

v0.11.2

Toggle v0.11.2's commit message
Version 0.11.2

<a name="v0.11.2"></a>
### v0.11.2 (2019-03-26)

#### Features

* **doc:**  Don't display the full path to types in the documentation ([a669faa](gluon-lang@a669faa))

#### Bug Fixes

*   Ignore mdbook for osx builds ([7755967](gluon-lang@7755967))
* **check:**  The alias reduction stack must be cleared between unifying function arguments ([170072a](gluon-lang@170072a))
* **doc:**
  *  Correct all the remaining links in docs ([494675f](gluon-lang@494675f))
  *  Point breadcrumb links correctly ([2a9cca7](gluon-lang@2a9cca7))
  *  Point Rust defined types to their doc location ([b170f2f](gluon-lang@b170f2f))
  *  Don't generate dead links in the documentation ([04131b7](gluon-lang@04131b7))
  *  Point sibling module links correctly ([3bbf4a9](gluon-lang@3bbf4a9))

v0.11.1

Toggle v0.11.1's commit message
Version 0.11.1

<a name="v0.11.1"></a>
### v0.11.1 (2019-02-13)

#### Bug Fixes

*   Don't build release artifacts with full debug info ([fe93583](gluon-lang@fe93583))
* **check:**  Subsume implicit functions with forall correctly ([6de5c25](gluon-lang@6de5c25))

v0.11.0

Toggle v0.11.0's commit message
Version 0.11.0

v0.10.1

Toggle v0.10.1's commit message
Version 0.10.1

v0.10.0

Toggle v0.10.0's commit message
Version 0.10.0

v0.9.4

Toggle v0.9.4's commit message
Version 0.9.4

v0.9.3

Toggle v0.9.3's commit message
Version 0.9.3

v0.9.2

Toggle v0.9.2's commit message
Version 0.9.2

v0.9.0

Toggle v0.9.0's commit message
Version 0.9.0

v0.8.1

Toggle v0.8.1's commit message
chore: Disable tests for tagged build

If we run tests and build release artifacts we run into travis's 50
minutes timeout. So instead we only build release artifacts and trust
that they have already been run on the branch build