Skip to content

Commit 8ff153f

Browse files
committed
Bumped to 4.4.0.
1 parent 3b353bb commit 8ff153f

4 files changed

Lines changed: 13 additions & 9 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MatConsoleCtl releases
22

3-
### Version 4.3.0 - TBD ([javadoc](http://diffplug.github.io/matconsolectl/javadoc/4.3.0/), [jcenter](https://bintray.com/diffplug/opensource/matconsolectl/4.3.0/view))
3+
### Version 4.4.0 - TBD ([javadoc](http://diffplug.github.io/matconsolectl/javadoc/4.3.0/), [jcenter](https://bintray.com/diffplug/opensource/matconsolectl/4.3.0/view))
44

55
- `MatlabType.MatlabTypeGetter` is now generic.
66
- Fixed lots of compiler warnings.
@@ -10,6 +10,10 @@
1010
- [Fixed a serialization bug.](https://github.com/diffplug/matconsolectl/commit/d6bc07adca74f0bb3ae91c1009222eff6b975774)
1111
- Broke up the test suite into `test`, `testMatlabHeadless`, and `testMatlabInteractive`
1212

13+
### Version 4.3.0 - February 23rd 2015
14+
15+
- Added OSGi compatibility.
16+
1317
### Version 4.2.1 - February 22nd 2015
1418

1519
- ThrowableWrapper now initializes the `getMessage()` field with MATLAB's raw error text.

META-INF/MANIFEST.MF

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Manifest-Version: 1.0
22
Bundle-Description: MatConsoleCtl - control MATLAB from Java
33
Bundle-DocURL: https://github.com/diffplug/matconsolectl
4-
Bundle-License: https://github.com/diffplug/matconsolectl/blob/v4.3.0-SN
4+
Bundle-License: https://github.com/diffplug/matconsolectl/blob/v4.4.0-SN
55
APSHOT/LICENSE
66
Bundle-ManifestVersion: 2
77
Bundle-SymbolicName: com.diffplug.matsim.matconsolectl
88
Bundle-Vendor: DiffPlug
9-
Bundle-Version: 4.3.0.SNAPSHOT
10-
Export-Package: matlabcontrol;version="4.3.0",matlabcontrol.demo;version
11-
="4.3.0",matlabcontrol.extensions;uses:=matlabcontrol;version="4.3.0",m
12-
atlabcontrol.internal;version="4.3.0",matlabcontrol.link;uses:=matlabco
13-
ntrol;version="4.3.0"
9+
Bundle-Version: 4.4.0.SNAPSHOT
10+
Export-Package: matlabcontrol;version="4.4.0",matlabcontrol.demo;version
11+
="4.4.0",matlabcontrol.extensions;uses:=matlabcontrol;version="4.4.0",m
12+
atlabcontrol.internal;version="4.4.0",matlabcontrol.link;uses:=matlabco
13+
ntrol;version="4.4.0"
1414
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.6))"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ output = [
1616
[![Javadoc](https://img.shields.io/badge/javadoc-OK-blue.svg)](https://diffplug.github.io/matconsolectl/javadoc/4.3.0/)
1717
[![License Apache](https://img.shields.io/badge/license-BSD-blue.svg)](https://tldrlegal.com/license/bsd-3-clause-license-(revised))
1818

19-
[![Changelog](https://img.shields.io/badge/changelog-4.3.0--SNAPSHOT-brightgreen.svg)](CHANGES.md)
19+
[![Changelog](https://img.shields.io/badge/changelog-4.4.0--SNAPSHOT-brightgreen.svg)](CHANGES.md)
2020
[![Travis CI](https://travis-ci.org/diffplug/matconsolectl.svg?branch=master)](https://travis-ci.org/diffplug/matconsolectl)
2121
<!---freshmark /shields -->
2222

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
stable=4.3.0
2-
version=4.3.0-SNAPSHOT
2+
version=4.4.0-SNAPSHOT
33
name=matconsolectl
44
group=com.diffplug.matsim
55
description=MatConsoleCtl - control MATLAB from Java

0 commit comments

Comments
 (0)