Skip to content

Commit

Permalink
Update package version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Feb 28, 2021
1 parent c87a24c commit e18f1b3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

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).

## [1.0.0] - 02/27/2021

### Added

- Processor Functions
- Chance Functions
- Float Equality Comparer
- Number Extensions
- Comparable Extensions
- Bounds/Collider Extensions
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Math Functions

The Math Functions package provides extensions and utilities for working with numbers including generating random chance values, processing inputs, and more.

## Installation

The Unity Package Manager can load a package from a Git repository on a remote server.
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "com.zigurous.math",
"version": "0.1.0",
"version": "1.0.0",
"displayName": "Zigurous Math Functions",
"description": "Math functions and utilities for Unity projects.",
"description": "The Math Functions package provides extensions and utilities for working with numbers including generating random chance values, processing inputs, and more.",
"unity": "2019.4",
"keywords": ["math", "utilities", "random"],
"author": {
"name": "Zigurous",
"email": "[email protected]",
Expand Down

0 comments on commit e18f1b3

Please sign in to comment.