Skip to content

Commit

Permalink
Tweak README and update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmackenzie committed Jul 1, 2018
1 parent c0bdafb commit 6116c17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# elm-geometry [![Build Status](https://travis-ci.org/ianmackenzie/elm-geometry.svg?branch=elm-0.18)](https://travis-ci.org/ianmackenzie/elm-geometry)

_Release notes for version 1.0 (relative to `opensolid/geometry` 2.1.0) are
[here](https://github.com/ianmackenzie/elm-geometry/releases/tag/1.0.0)._

`elm-geometry` is an [Elm](http://elm-lang.org) package for working with 2D and
3D geometry. It provides a wide variety of geometric data types such as points,
vectors, arcs, spline curves and coordinate frames, along with functions for
Expand Down Expand Up @@ -189,9 +192,9 @@ to the `dependencies` field in your project's `elm-package.json`.

## Documentation

[Full API documentation](http://package.elm-lang.org/packages/ianmackenzie/elm-geometry/1.0.0)
[Full API documentation](http://package.elm-lang.org/packages/ianmackenzie/elm-geometry/1.0.2)
is available for each module. Most modules are associated with a particular data
type (for example, the [`Point3d`](http://package.elm-lang.org/packages/ianmackenzie/elm-geometry/1.0.0/Point3d)
type (for example, the [`Point3d`](http://package.elm-lang.org/packages/ianmackenzie/elm-geometry/1.0.2/Point3d)
module contains functions for creating and manipulating `Point3d` values).

## Usage details
Expand Down
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"summary": "2D/3D geometric data types and operations",
"repository": "https://github.com/ianmackenzie/elm-geometry.git",
"license": "MPL-2.0",
Expand Down

0 comments on commit 6116c17

Please sign in to comment.