Skip to content

Commit e18f1b3

Browse files
committed
Update package version to 1.0.0
1 parent c87a24c commit e18f1b3

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 02/27/2021
9+
10+
### Added
11+
12+
- Processor Functions
13+
- Chance Functions
14+
- Float Equality Comparer
15+
- Number Extensions
16+
- Comparable Extensions
17+
- Bounds/Collider Extensions

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Math Functions
22

3+
The Math Functions package provides extensions and utilities for working with numbers including generating random chance values, processing inputs, and more.
4+
35
## Installation
46

57
The Unity Package Manager can load a package from a Git repository on a remote server.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "com.zigurous.math",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"displayName": "Zigurous Math Functions",
5-
"description": "Math functions and utilities for Unity projects.",
5+
"description": "The Math Functions package provides extensions and utilities for working with numbers including generating random chance values, processing inputs, and more.",
66
"unity": "2019.4",
7+
"keywords": ["math", "utilities", "random"],
78
"author": {
89
"name": "Zigurous",
910
"email": "[email protected]",

0 commit comments

Comments
 (0)