Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 3681174

Browse files
committed
Version 1.0.1
1 parent 3369328 commit 3681174

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
This project adheres to [Semantic Versioning](http://semver.org/).
5+
6+
## [Unreleased]
7+
8+
## [1.0.1] - 2015-06-15
9+
10+
### Fixed
11+
12+
- Errors encountered no longer raise another error due to uninitialized constants.
13+
14+
## [1.0.0] - 2015-06-08
15+
16+
Initial Release

lib/hypernova/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hypernova
2-
VERSION = "1.0.0"
2+
VERSION = "1.0.1"
33
end

0 commit comments

Comments
 (0)