Skip to content

Commit e94f5ae

Browse files
committed
bump version
1 parent bfd7fa5 commit e94f5ae

File tree

101 files changed

+250
-250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+250
-250
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img width="500" height="121" align="top" src="./docs/images/manifold_green.png">
44

5-
![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg)
5+
![latest](https://img.shields.io/badge/latest-v2024.1.16-royalblue.svg)
66
[![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg)
77
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)
88

docs/android.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -51,93 +51,93 @@ Java compiler are only accessible from the processor path, therefore they have n
5151

5252
#### Manifold Core
5353
```groovy
54-
compileOnly 'systems.manifold:manifold:2024.1.15'
55-
implementation 'systems.manifold:manifold-rt:2024.1.15'
54+
compileOnly 'systems.manifold:manifold:2024.1.16'
55+
implementation 'systems.manifold:manifold-rt:2024.1.16'
5656
```
5757
#### Manifold : Extensions
5858
```groovy
59-
compileOnly 'systems.manifold:manifold-ext:2024.1.15'
60-
implementation 'systems.manifold:manifold-ext-rt:2024.1.15'
59+
compileOnly 'systems.manifold:manifold-ext:2024.1.16'
60+
implementation 'systems.manifold:manifold-ext-rt:2024.1.16'
6161
```
6262
#### Manifold : Props
6363
```groovy
64-
compileOnly 'systems.manifold:manifold-props:2024.1.15'
65-
implementation 'systems.manifold:manifold-props-rt:2024.1.15'
64+
compileOnly 'systems.manifold:manifold-props:2024.1.16'
65+
implementation 'systems.manifold:manifold-props-rt:2024.1.16'
6666
```
6767
#### Manifold : GraphQL
6868
```groovy
69-
compileOnly 'systems.manifold:manifold-graphql:2024.1.15'
70-
implementation 'systems.manifold:manifold-graphql-rt:2024.1.15'
69+
compileOnly 'systems.manifold:manifold-graphql:2024.1.16'
70+
implementation 'systems.manifold:manifold-graphql-rt:2024.1.16'
7171
```
7272
#### Manifold : JSON
7373
```groovy
74-
compileOnly 'systems.manifold:manifold-json:2024.1.15'
75-
implementation 'systems.manifold:manifold-json-rt:2024.1.15'
74+
compileOnly 'systems.manifold:manifold-json:2024.1.16'
75+
implementation 'systems.manifold:manifold-json-rt:2024.1.16'
7676
```
7777
#### Manifold : XML
7878
```groovy
79-
compileOnly 'systems.manifold:manifold-xml:2024.1.15'
80-
implementation 'systems.manifold:manifold-xml-rt:2024.1.15'
79+
compileOnly 'systems.manifold:manifold-xml:2024.1.16'
80+
implementation 'systems.manifold:manifold-xml-rt:2024.1.16'
8181
```
8282
#### Manifold : YAML
8383
```groovy
84-
compileOnly 'systems.manifold:manifold-yaml:2024.1.15'
85-
implementation 'systems.manifold:manifold-yaml-rt:2024.1.15'
84+
compileOnly 'systems.manifold:manifold-yaml:2024.1.16'
85+
implementation 'systems.manifold:manifold-yaml-rt:2024.1.16'
8686
```
8787
#### Manifold : CSV
8888
```groovy
89-
compileOnly 'systems.manifold:manifold-csv:2024.1.15'
90-
implementation 'systems.manifold:manifold-csb-rt:2024.1.15'
89+
compileOnly 'systems.manifold:manifold-csv:2024.1.16'
90+
implementation 'systems.manifold:manifold-csb-rt:2024.1.16'
9191
```
9292
#### Manifold : Properties Files
9393
```groovy
94-
compileOnly 'systems.manifold:manifold-properties:2024.1.15'
94+
compileOnly 'systems.manifold:manifold-properties:2024.1.16'
9595
```
9696
#### Manifold : Image Files
9797
```groovy
98-
compileOnly 'systems.manifold:manifold-image:2024.1.15'
98+
compileOnly 'systems.manifold:manifold-image:2024.1.16'
9999
```
100100
#### Manifold : JavaScript
101101
```groovy
102-
compileOnly 'systems.manifold:manifold-js:2024.1.15'
103-
implementation 'systems.manifold:manifold-js-rt:2024.1.15'
102+
compileOnly 'systems.manifold:manifold-js:2024.1.16'
103+
implementation 'systems.manifold:manifold-js-rt:2024.1.16'
104104
```
105105
#### Manifold : Templates
106106
```groovy
107-
compileOnly 'systems.manifold:manifold-templates:2024.1.15'
108-
implementation 'systems.manifold:manifold-templates-rt:2024.1.15'
107+
compileOnly 'systems.manifold:manifold-templates:2024.1.16'
108+
implementation 'systems.manifold:manifold-templates-rt:2024.1.16'
109109
```
110110
#### Manifold : String Interpolation
111111
```groovy
112-
compileOnly 'systems.manifold:manifold-strings:2024.1.15'
112+
compileOnly 'systems.manifold:manifold-strings:2024.1.16'
113113
```
114114
#### Manifold : (Un)checked Exceptions
115115
```groovy
116-
compileOnly 'systems.manifold:manifold-exceptions:2024.1.15'
116+
compileOnly 'systems.manifold:manifold-exceptions:2024.1.16'
117117
```
118118
#### Manifold : Preprocessor
119119
```groovy
120-
compileOnly 'systems.manifold:manifold-preprocessor:2024.1.15'
120+
compileOnly 'systems.manifold:manifold-preprocessor:2024.1.16'
121121
```
122122
#### Manifold : Preprocessor : Android Symbols
123123
```groovy
124-
compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.15'
124+
compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.16'
125125
```
126126
#### Manifold : Science
127127
```groovy
128-
implementation 'systems.manifold:manifold-science:2024.1.15'
128+
implementation 'systems.manifold:manifold-science:2024.1.16'
129129
```
130130
#### Manifold : Collections Extension
131131
```groovy
132-
implementation 'systems.manifold:manifold-collections:2024.1.15'
132+
implementation 'systems.manifold:manifold-collections:2024.1.16'
133133
```
134134
#### Manifold : IO Extensions
135135
```groovy
136-
implementation 'systems.manifold:manifold-io:2024.1.15'
136+
implementation 'systems.manifold:manifold-io:2024.1.16'
137137
```
138138
#### Manifold : Text Extensions
139139
```groovy
140-
implementation 'systems.manifold:manifold-text:2024.1.15'
140+
implementation 'systems.manifold:manifold-text:2024.1.16'
141141
```
142142

143143
## Resources
@@ -165,7 +165,7 @@ build.gradle
165165
```groovy
166166
dependencies {
167167
...
168-
compileOnly 'systems.manifold:manifold-preprocessor:2024.1.15'
169-
compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.15'
168+
compileOnly 'systems.manifold:manifold-preprocessor:2024.1.16'
169+
compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.16'
170170
}
171171
```

docs/articles/operator_overloading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ modules use operator overloading and unit expressions extensively.
272272
273273
##Update: _2020/11/13_
274274
>
275-
>Release 2024.1.15 adds additional operator overloading support for:
275+
>Release 2024.1.16 adds additional operator overloading support for:
276276
>
277277
>* infix/postfix increment/decrement operators `++` and `--`
278278
>* compound assignment: operators `+=`, `-=`, `*=`, `/=`, `%=`,

docs/articles/unchecked.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ existing project:
5959
```groovy
6060
dependencies {
6161
// Add manifold-exceptions to neutralize checked exceptions
62-
compile group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.15'
62+
compile group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.16'
6363
6464
// Add manifold-exceptions to -processorpath for javac (for Java 9+, not needed for Java 8)
65-
annotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.15'
65+
annotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.16'
6666
}
6767
6868
tasks.withType(JavaCompile) {

docs/cheatsheet.md_

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Enable the feature with the `manifold-strings` dependency:
320320
<groupId>systems.manifold</groupId>
321321
<artifactId>manifold-strings</artifactId>
322322
<!-- it is best to use the latest release -->
323-
<version>2024.1.15</version>
323+
<version>2024.1.16</version>
324324
</dependency>
325325
```
326326

@@ -629,7 +629,7 @@ To use Checked Exception handling you must add the `manifold-exceptions` depende
629629
<groupId>systems.manifold</groupId>
630630
<artifactId>manifold-exceptions</artifactId>
631631
<!-- it is best to use the latest release -->
632-
<version>2024.1.15</version>
632+
<version>2024.1.16</version>
633633
</dependency>
634634
```
635635

docs/docs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,13 +346,13 @@ For the convenience of non-maven/non-gradle users you can directly download late
346346
>from the list above.
347347
>
348348
>For instance, to use the *manifold-preprocessor* jar using **Ant** your project needs:
349-
>* [manifold-preprocessor-2024.1.15.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold-preprocessor&v=RELEASE)
350-
>* [manifold-2024.1.15.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold&v=RELEASE)
351-
>* [manifold-util-2024.1.15.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold-util&v=RELEASE)
349+
>* [manifold-preprocessor-2024.1.16.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold-preprocessor&v=RELEASE)
350+
>* [manifold-2024.1.16.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold&v=RELEASE)
351+
>* [manifold-util-2024.1.16.jar](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold-util&v=RELEASE)
352352
>
353353
>As such your *javac* command line should include:
354354
>```text
355-
>javac -Xplugin:Manifold -classpath <jar-path>/manifold-preprocessor-2024.1.15.jar;<jar-path>/manifold-2024.1.15.jar;<jar-path>/manifold-util-2024.1.15.jar
355+
>javac -Xplugin:Manifold -classpath <jar-path>/manifold-preprocessor-2024.1.16.jar;<jar-path>/manifold-2024.1.16.jar;<jar-path>/manifold-util-2024.1.16.jar
356356
>```
357357
358358
* Download [Manifold : _Core_](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=systems.manifold&a=manifold&v=RELEASE)

manifold-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>systems.manifold</groupId>
66
<artifactId>manifold-parent</artifactId>
7-
<version>2024.1.15-SNAPSHOT</version>
7+
<version>2024.1.16-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>manifold-all</artifactId>

manifold-core-parent/manifold-rt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>systems.manifold</groupId>
66
<artifactId>manifold-core-parent</artifactId>
7-
<version>2024.1.15-SNAPSHOT</version>
7+
<version>2024.1.16-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>manifold-rt</artifactId>

manifold-core-parent/manifold/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Manifold : Core
22

3-
![latest](https://img.shields.io/badge/latest-v2024.1.15-royalblue.svg)
3+
![latest](https://img.shields.io/badge/latest-v2024.1.16-royalblue.svg)
44
[![slack](https://img.shields.io/badge/slack-manifold-seagreen.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg)
55
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)
66

@@ -741,11 +741,11 @@ repositories {
741741
}
742742

743743
dependencies {
744-
implementation 'systems.manifold:manifold-rt:2024.1.15'
744+
implementation 'systems.manifold:manifold-rt:2024.1.16'
745745
testImplementation 'junit:junit:4.12'
746746
// Add manifold to -processorpath for javac
747-
annotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.15'
748-
testAnnotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.15'
747+
annotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.16'
748+
testAnnotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.16'
749749
}
750750

751751
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -782,7 +782,7 @@ rootProject.name = 'MyProject'
782782

783783
<properties>
784784
<!-- set latest manifold version here -->
785-
<manifold.version>2024.1.15</manifold.version>
785+
<manifold.version>2024.1.16</manifold.version>
786786
</properties>
787787

788788
<dependencies>
@@ -835,10 +835,10 @@ Comprehensive IDE support is also available for IntelliJ IDEA and Android Studio
835835
# Javadoc
836836

837837
`manifold`:<br>
838-
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold/2024.1.15)
838+
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold/2024.1.16/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold/2024.1.16)
839839

840840
`manifold-rt`:<br>
841-
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-rt/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-rt/2024.1.15)
841+
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-rt/2024.1.16/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-rt/2024.1.16)
842842

843843
# License
844844

manifold-core-parent/manifold/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>systems.manifold</groupId>
66
<artifactId>manifold-core-parent</artifactId>
7-
<version>2024.1.15-SNAPSHOT</version>
7+
<version>2024.1.16-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>manifold</artifactId>

manifold-core-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>systems.manifold</groupId>
66
<artifactId>manifold-parent</artifactId>
7-
<version>2024.1.15-SNAPSHOT</version>
7+
<version>2024.1.16-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>manifold-core-parent</artifactId>
@@ -28,7 +28,7 @@
2828
<artifactId>manifold-javadoc-agent</artifactId>
2929
<scope>provided</scope>
3030
<optional>true</optional>
31-
<version>2024.1.15-SNAPSHOT</version>
31+
<version>2024.1.16-SNAPSHOT</version>
3232
</dependency>
3333
</dependencies>
3434

manifold-deps-parent/manifold-collections-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>systems.manifold</groupId>
66
<artifactId>manifold-deps-parent</artifactId>
7-
<version>2024.1.15-SNAPSHOT</version>
7+
<version>2024.1.16-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>manifold-collections-test</artifactId>

manifold-deps-parent/manifold-collections/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ repositories {
177177
}
178178
179179
dependencies {
180-
implementation 'systems.manifold:manifold-collections:2024.1.15'
180+
implementation 'systems.manifold:manifold-collections:2024.1.16'
181181
testImplementation 'junit:junit:4.12'
182182
// Add manifold to -processorpath for javac
183-
annotationProcessor group: 'systems.manifold', name: 'manifold-collections', version: '2024.1.15'
183+
annotationProcessor group: 'systems.manifold', name: 'manifold-collections', version: '2024.1.16'
184184
}
185185
186186
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -225,7 +225,7 @@ rootProject.name = 'MyExtProject'
225225

226226
<properties>
227227
<!-- set latest manifold version here -->
228-
<manifold.version>2024.1.15</manifold.version>
228+
<manifold.version>2024.1.16</manifold.version>
229229
</properties>
230230

231231
<dependencies>
@@ -269,7 +269,7 @@ rootProject.name = 'MyExtProject'
269269
# Javadoc
270270

271271
`manifold-collections`:<br>
272-
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-collections/2024.1.15/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-collections/2024.1.15)
272+
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-collections/2024.1.16/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-collections/2024.1.16)
273273

274274
# License
275275

manifold-deps-parent/manifold-collections/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>systems.manifold</groupId>
66
<artifactId>manifold-deps-parent</artifactId>
7-
<version>2024.1.15-SNAPSHOT</version>
7+
<version>2024.1.16-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>manifold-collections</artifactId>

manifold-deps-parent/manifold-csv-rt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>systems.manifold</groupId>
77
<artifactId>manifold-deps-parent</artifactId>
8-
<version>2024.1.15-SNAPSHOT</version>
8+
<version>2024.1.16-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>manifold-csv-rt</artifactId>

manifold-deps-parent/manifold-csv-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>systems.manifold</groupId>
66
<artifactId>manifold-deps-parent</artifactId>
7-
<version>2024.1.15-SNAPSHOT</version>
7+
<version>2024.1.16-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>manifold-csv-test</artifactId>

0 commit comments

Comments
 (0)