Skip to content

Commit 3430873

Browse files
committed
Added CHANGELOG.md. Bumped version to 1.5.0.2.
1 parent 778f4dc commit 3430873

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
1.5.0.2
2+
-------
3+
* Relaxed upper version bound for OpenGLRaw.
4+
* Added CHANGELOG.md to distribution.
5+
* Minor build/testing tweaks.

GLURaw.cabal

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: GLURaw
2-
version: 1.5.0.1
2+
version: 1.5.0.2
33
synopsis: A raw binding for the OpenGL graphics system
44
description:
55
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
@@ -23,6 +23,7 @@ category: Graphics
2323
build-type: Simple
2424
cabal-version: >= 1.10
2525
extra-source-files:
26+
CHANGELOG.md
2627
README.md
2728

2829
flag UseNativeWindowsLibraries

0 commit comments

Comments
 (0)