Skip to content

Commit 7d67950

Browse files
committed
bump version
1 parent 39d285d commit 7d67950

File tree

100 files changed

+248
-248
lines changed

Some content is hidden

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

100 files changed

+248
-248
lines changed

README.md

+1-1
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.32-royalblue.svg)
5+
![latest](https://img.shields.io/badge/latest-v2024.1.33-royalblue.svg)
66
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
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

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

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

docs/articles/duckdb_info.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ repositories {
9696
dependencies {
9797
9898
// Manifold SQL dependencies
99-
implementation 'systems.manifold:manifold-sql-rt:2024.1.32'
100-
annotationProcessor 'systems.manifold:manifold-sql:2024.1.32'
101-
testAnnotationProcessor 'systems.manifold:manifold-sql:2024.1.32'
99+
implementation 'systems.manifold:manifold-sql-rt:2024.1.33'
100+
annotationProcessor 'systems.manifold:manifold-sql:2024.1.33'
101+
testAnnotationProcessor 'systems.manifold:manifold-sql:2024.1.33'
102102
103103
// DuckDB dependencies
104104
implementation 'org.duckdb:duckdb_jdbc:1.0.0'
@@ -139,7 +139,7 @@ rootProject.name = 'MyProject'
139139

140140
<properties>
141141
<!-- set latest manifold version here -->
142-
<manifold.version>2024.1.32</manifold.version>
142+
<manifold.version>2024.1.33</manifold.version>
143143

144144
<!-- use maven.compiler settings for JDK LST release 11 - 21, or latest non-LTS release -->
145145
<maven.compiler.source>11</maven.compiler.source>

docs/articles/operator_overloading.md

+1-1
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.32 adds additional operator overloading support for:
275+
>Release 2024.1.33 adds additional operator overloading support for:
276276
>
277277
>* infix/postfix increment/decrement operators `++` and `--`
278278
>* compound assignment: operators `+=`, `-=`, `*=`, `/=`, `%=`,

docs/articles/unchecked.md

+2-2
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.32'
62+
compile group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.33'
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.32'
65+
annotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.33'
6666
}
6767
6868
tasks.withType(JavaCompile) {

manifold-all/pom.xml

+1-1
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.32-SNAPSHOT</version>
7+
<version>2024.1.33-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>manifold-all</artifactId>

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

+1-1
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.32-SNAPSHOT</version>
7+
<version>2024.1.33-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>manifold-rt</artifactId>

manifold-core-parent/manifold/README.md

+7-7
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.32-royalblue.svg)
3+
![latest](https://img.shields.io/badge/latest-v2024.1.33-royalblue.svg)
44
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
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.32'
744+
implementation 'systems.manifold:manifold-rt:2024.1.33'
745745
testImplementation 'junit:junit:4.12'
746746
// Add manifold to -processorpath for javac
747-
annotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.32'
748-
testAnnotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.32'
747+
annotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.33'
748+
testAnnotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.33'
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.32</manifold.version>
785+
<manifold.version>2024.1.33</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.32/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold/2024.1.32)
838+
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold/2024.1.33/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold/2024.1.33)
839839

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

843843
# License
844844

manifold-core-parent/manifold/pom.xml

+1-1
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.32-SNAPSHOT</version>
7+
<version>2024.1.33-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>manifold</artifactId>

manifold-core-parent/pom.xml

+2-2
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.32-SNAPSHOT</version>
7+
<version>2024.1.33-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.32-SNAPSHOT</version>
31+
<version>2024.1.33-SNAPSHOT</version>
3232
</dependency>
3333
</dependencies>
3434

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

+1-1
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.32-SNAPSHOT</version>
7+
<version>2024.1.33-SNAPSHOT</version>
88
</parent>
99

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

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

+4-4
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.32'
180+
implementation 'systems.manifold:manifold-collections:2024.1.33'
181181
testImplementation 'junit:junit:4.12'
182182
// Add manifold to -processorpath for javac
183-
annotationProcessor group: 'systems.manifold', name: 'manifold-collections', version: '2024.1.32'
183+
annotationProcessor group: 'systems.manifold', name: 'manifold-collections', version: '2024.1.33'
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.32</manifold.version>
228+
<manifold.version>2024.1.33</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.32/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-collections/2024.1.32)
272+
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-collections/2024.1.33/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-collections/2024.1.33)
273273

274274
# License
275275

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

+1-1
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.32-SNAPSHOT</version>
7+
<version>2024.1.33-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>manifold-collections</artifactId>

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

+1-1
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.32-SNAPSHOT</version>
8+
<version>2024.1.33-SNAPSHOT</version>
99
</parent>
1010

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

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

+1-1
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.32-SNAPSHOT</version>
7+
<version>2024.1.33-SNAPSHOT</version>
88
</parent>
99

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

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Manifold : CSV (comma-separated values)
22

3-
![latest](https://img.shields.io/badge/latest-v2024.1.32-royalblue.svg)
3+
![latest](https://img.shields.io/badge/latest-v2024.1.33-royalblue.svg)
44
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
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

@@ -324,11 +324,11 @@ repositories {
324324
}
325325
326326
dependencies {
327-
implementation 'systems.manifold:manifold-csv-rt:2024.1.32'
327+
implementation 'systems.manifold:manifold-csv-rt:2024.1.33'
328328
testCompile 'junit:junit:4.12'
329329
// Add manifold to -processorpath for javac
330-
annotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.32'
331-
testAnnotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.32'
330+
annotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.33'
331+
testAnnotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.33'
332332
}
333333
334334
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
@@ -364,7 +364,7 @@ rootProject.name = 'MyProject'
364364

365365
<properties>
366366
<!-- set latest manifold version here -->
367-
<manifold.version>2024.1.32</manifold.version>
367+
<manifold.version>2024.1.33</manifold.version>
368368
</properties>
369369

370370
<dependencies>
@@ -408,10 +408,10 @@ rootProject.name = 'MyProject'
408408
# Javadoc
409409

410410
`manifold-csv`:<br>
411-
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv/2024.1.32/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv/2024.1.32)
411+
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv/2024.1.33/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv/2024.1.33)
412412

413413
`manifold-csv-rt`:<br>
414-
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv-rt/2024.1.32/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv-rt/2024.1.32)
414+
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv-rt/2024.1.33/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv-rt/2024.1.33)
415415

416416
# License
417417

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

+1-1
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.32-SNAPSHOT</version>
8+
<version>2024.1.33-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>manifold-csv</artifactId>

0 commit comments

Comments
 (0)