Skip to content

Commit 7fa4a8e

Browse files
committed
Bump version to 0.0.2-1
1 parent 205ab43 commit 7fa4a8e

4 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
### Removed
15+
16+
## [0.0.2-1] - 2024-11-06
17+
1018
### Added
1119
* 2d Fascade functions wsgl_fasdclear.c wsgl_fasdfill.c sgl_fasedge.c
1220
* Shaders wsgl_shaders.c

Contributors.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Contributors
2+
* Alexander von Knorring
3+
* Ulrich Schwickerath
4+
* Matthias Schroeder

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ The code maturity level is pre-alpha, since it does not implement the full stand
1616
Run
1717
```
1818
make
19+
make install
1920
```
20-
which will create and install the OpenPHIGS library, headers and tests in a new subdirectory called distrib.
21+
which will create and install the OpenPHIGS library, headers and tests in a new subdirectory called distrib. The install step will create a folder called distrib, including headers, binaries and libraries.
2122

2223
### Switching between GLEW and Epoxy
2324
Openphigs uses by default GLEW. Switching between GLEW and Epoxy is supported by configuring with -DUSE_GLEW=0. The Makefile checks for the environment variable NO_GLEW. If defined, it will use Epoxy, else GLEW. To switch to Epoxy, do
@@ -132,7 +133,7 @@ Extensions:
132133
* as 4 but
133134
* echo area is given as a fraction of the root window
134135

135-
## Contributors
136-
* Alexander von Knorring
137-
* Ulrich Schwickerath
138-
* Matthias Schroeder
136+
## Versions
137+
* 0.0.1-1: Revised code from upstream
138+
* 0.0.2-1: Implement additional extend C and Fortran bindings for CERN specific purposes
139+

Version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0.2-1

0 commit comments

Comments
 (0)