Skip to content

Commit

Permalink
Bumped version, updated CHANGELOG.md and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Nov 21, 2020
1 parent 36146cf commit 31dd0b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.1.0] - 21-Nov-2020

So... another couple of release notes missing! 😅 What's important?

- Added NURBS support in curves and surfaces.
- Added some spatial search algorithms.
- Improved testing and coverage.

## [0.0.6] - 14-June-2020

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![License](https://img.shields.io/github/license/Paramdigma/Core.svg)](https://github.com/Paramdigma/Core/blob/master/LICENSE)

![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/paramdigma/core?sort=semver)
![GitHub commits since latest release (by SemVer)](https://img.shields.io/github/commits-since/paramdigma/core/latest/master?sort=semver)
![Main language](https://img.shields.io/github/languages/top/Paramdigma/Core.svg)
![Code Size](https://img.shields.io/github/languages/code-size/Paramdigma/Core.svg)

Expand Down Expand Up @@ -37,7 +36,7 @@ If you are looking for just a geometry library to plug into a project we also pr
## Documentation

You can find the Docfx built documentation for the latest relase on the 'master' branch at:
You can find the Docfx built documentation for the latest release on the 'master' branch at:

[https://paramdigma.com/Core/](https://paramdigma.com/Core/)

Expand Down
2 changes: 1 addition & 1 deletion src/Paramdigma.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<PropertyGroup>
<PackageId>Paramdigma.Core</PackageId>
<Version>0.0.9</Version>
<Version>0.1.0</Version>
<Authors>Alan Rynne</Authors>
<Company>Paramdigma</Company>
<PackageDescription>Computational Geometry library for .Net</PackageDescription>
Expand Down

0 comments on commit 31dd0b0

Please sign in to comment.