Skip to content

Commit 3cd44d7

Browse files
committed
Added changelog, bumped version number.
1 parent eed03b9 commit 3cd44d7

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

API/src/version.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- Semantic Version (http://semver.org/) of Opt
22
opt_version_major = 0
3-
opt_version_minor = 1
3+
opt_version_minor = 2
44
opt_version_patch = 0
55
opt_version_string = "v"..tostring(opt_version_major).."."..tostring(opt_version_minor).."."..tostring(opt_version_patch)

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.2.0] - 2017-10-22
10+
### Added
11+
- Changelog
12+
- Semantic version number
13+
- threadsPerBlock initialization parameter. Globally sets #threads/block
14+
- Auto-detection of native double-precision floating point atomics
15+
16+
### Fixed
17+
- Longstanding code emission bug on graph domains
18+
19+
## [0.1.1] - 2017-07-05
20+
### Added
21+
- Simple tests/
22+
23+
### Fixed
24+
- Memory leaks
25+
26+
## [0.1.0] - 2017-03-02
27+
### Added
28+
- All of Opt! This was the initial public release.
29+
30+
[Unreleased]: https://github.com/niessner/Opt/compare/v0.2.0...HEAD
31+
[0.2.0]: https://github.com/niessner/Opt/compare/v0.1.1...v0.2.0
32+
[0.1.1]: https://github.com/niessner/Opt/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)