Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmckinney committed Sep 4, 2024
1 parent 248c44d commit 6f3fbf8
Show file tree
Hide file tree
Showing 100 changed files with 248 additions and 248 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

![latest](https://img.shields.io/badge/latest-v2024.1.31-royalblue.svg)
![latest](https://img.shields.io/badge/latest-v2024.1.32-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

Expand Down
64 changes: 32 additions & 32 deletions docs/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,93 +51,93 @@ Java compiler are only accessible from the processor path, therefore they have n

#### Manifold Core
```groovy
compileOnly 'systems.manifold:manifold:2024.1.31'
implementation 'systems.manifold:manifold-rt:2024.1.31'
compileOnly 'systems.manifold:manifold:2024.1.32'
implementation 'systems.manifold:manifold-rt:2024.1.32'
```
#### Manifold : Extensions
```groovy
compileOnly 'systems.manifold:manifold-ext:2024.1.31'
implementation 'systems.manifold:manifold-ext-rt:2024.1.31'
compileOnly 'systems.manifold:manifold-ext:2024.1.32'
implementation 'systems.manifold:manifold-ext-rt:2024.1.32'
```
#### Manifold : Props
```groovy
compileOnly 'systems.manifold:manifold-props:2024.1.31'
implementation 'systems.manifold:manifold-props-rt:2024.1.31'
compileOnly 'systems.manifold:manifold-props:2024.1.32'
implementation 'systems.manifold:manifold-props-rt:2024.1.32'
```
#### Manifold : GraphQL
```groovy
compileOnly 'systems.manifold:manifold-graphql:2024.1.31'
implementation 'systems.manifold:manifold-graphql-rt:2024.1.31'
compileOnly 'systems.manifold:manifold-graphql:2024.1.32'
implementation 'systems.manifold:manifold-graphql-rt:2024.1.32'
```
#### Manifold : JSON
```groovy
compileOnly 'systems.manifold:manifold-json:2024.1.31'
implementation 'systems.manifold:manifold-json-rt:2024.1.31'
compileOnly 'systems.manifold:manifold-json:2024.1.32'
implementation 'systems.manifold:manifold-json-rt:2024.1.32'
```
#### Manifold : XML
```groovy
compileOnly 'systems.manifold:manifold-xml:2024.1.31'
implementation 'systems.manifold:manifold-xml-rt:2024.1.31'
compileOnly 'systems.manifold:manifold-xml:2024.1.32'
implementation 'systems.manifold:manifold-xml-rt:2024.1.32'
```
#### Manifold : YAML
```groovy
compileOnly 'systems.manifold:manifold-yaml:2024.1.31'
implementation 'systems.manifold:manifold-yaml-rt:2024.1.31'
compileOnly 'systems.manifold:manifold-yaml:2024.1.32'
implementation 'systems.manifold:manifold-yaml-rt:2024.1.32'
```
#### Manifold : CSV
```groovy
compileOnly 'systems.manifold:manifold-csv:2024.1.31'
implementation 'systems.manifold:manifold-csb-rt:2024.1.31'
compileOnly 'systems.manifold:manifold-csv:2024.1.32'
implementation 'systems.manifold:manifold-csb-rt:2024.1.32'
```
#### Manifold : Properties Files
```groovy
compileOnly 'systems.manifold:manifold-properties:2024.1.31'
compileOnly 'systems.manifold:manifold-properties:2024.1.32'
```
#### Manifold : Image Files
```groovy
compileOnly 'systems.manifold:manifold-image:2024.1.31'
compileOnly 'systems.manifold:manifold-image:2024.1.32'
```
#### Manifold : JavaScript
```groovy
compileOnly 'systems.manifold:manifold-js:2024.1.31'
implementation 'systems.manifold:manifold-js-rt:2024.1.31'
compileOnly 'systems.manifold:manifold-js:2024.1.32'
implementation 'systems.manifold:manifold-js-rt:2024.1.32'
```
#### Manifold : Templates
```groovy
compileOnly 'systems.manifold:manifold-templates:2024.1.31'
implementation 'systems.manifold:manifold-templates-rt:2024.1.31'
compileOnly 'systems.manifold:manifold-templates:2024.1.32'
implementation 'systems.manifold:manifold-templates-rt:2024.1.32'
```
#### Manifold : String Interpolation
```groovy
compileOnly 'systems.manifold:manifold-strings:2024.1.31'
compileOnly 'systems.manifold:manifold-strings:2024.1.32'
```
#### Manifold : (Un)checked Exceptions
```groovy
compileOnly 'systems.manifold:manifold-exceptions:2024.1.31'
compileOnly 'systems.manifold:manifold-exceptions:2024.1.32'
```
#### Manifold : Preprocessor
```groovy
compileOnly 'systems.manifold:manifold-preprocessor:2024.1.31'
compileOnly 'systems.manifold:manifold-preprocessor:2024.1.32'
```
#### Manifold : Preprocessor : Android Symbols
```groovy
compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.31'
compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.32'
```
#### Manifold : Science
```groovy
implementation 'systems.manifold:manifold-science:2024.1.31'
implementation 'systems.manifold:manifold-science:2024.1.32'
```
#### Manifold : Collections Extension
```groovy
implementation 'systems.manifold:manifold-collections:2024.1.31'
implementation 'systems.manifold:manifold-collections:2024.1.32'
```
#### Manifold : IO Extensions
```groovy
implementation 'systems.manifold:manifold-io:2024.1.31'
implementation 'systems.manifold:manifold-io:2024.1.32'
```
#### Manifold : Text Extensions
```groovy
implementation 'systems.manifold:manifold-text:2024.1.31'
implementation 'systems.manifold:manifold-text:2024.1.32'
```

## Resources
Expand Down Expand Up @@ -165,7 +165,7 @@ build.gradle
```groovy
dependencies {
...
compileOnly 'systems.manifold:manifold-preprocessor:2024.1.31'
compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.31'
compileOnly 'systems.manifold:manifold-preprocessor:2024.1.32'
compileOnly 'systems.manifold:manifold-preprocessor-android-syms:2024.1.32'
}
```
8 changes: 4 additions & 4 deletions docs/articles/duckdb_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ repositories {
dependencies {
// Manifold SQL dependencies
implementation 'systems.manifold:manifold-sql-rt:2024.1.31'
annotationProcessor 'systems.manifold:manifold-sql:2024.1.31'
testAnnotationProcessor 'systems.manifold:manifold-sql:2024.1.31'
implementation 'systems.manifold:manifold-sql-rt:2024.1.32'
annotationProcessor 'systems.manifold:manifold-sql:2024.1.32'
testAnnotationProcessor 'systems.manifold:manifold-sql:2024.1.32'
// DuckDB dependencies
implementation 'org.duckdb:duckdb_jdbc:1.0.0'
Expand Down Expand Up @@ -139,7 +139,7 @@ rootProject.name = 'MyProject'

<properties>
<!-- set latest manifold version here -->
<manifold.version>2024.1.31</manifold.version>
<manifold.version>2024.1.32</manifold.version>

<!-- use maven.compiler settings for JDK LST release 11 - 21, or latest non-LTS release -->
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/operator_overloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ modules use operator overloading and unit expressions extensively.
##Update: _2020/11/13_
>
>Release 2024.1.31 adds additional operator overloading support for:
>Release 2024.1.32 adds additional operator overloading support for:
>
>* infix/postfix increment/decrement operators `++` and `--`
>* compound assignment: operators `+=`, `-=`, `*=`, `/=`, `%=`,
Expand Down
4 changes: 2 additions & 2 deletions docs/articles/unchecked.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ existing project:
```groovy
dependencies {
// Add manifold-exceptions to neutralize checked exceptions
compile group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.31'
compile group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.32'
// Add manifold-exceptions to -processorpath for javac (for Java 9+, not needed for Java 8)
annotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.31'
annotationProcessor group: 'systems.manifold', name: 'manifold-exceptions', version: '2024.1.32'
}
tasks.withType(JavaCompile) {
Expand Down
2 changes: 1 addition & 1 deletion manifold-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-parent</artifactId>
<version>2024.1.31-SNAPSHOT</version>
<version>2024.1.32-SNAPSHOT</version>
</parent>

<artifactId>manifold-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion manifold-core-parent/manifold-rt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-core-parent</artifactId>
<version>2024.1.31-SNAPSHOT</version>
<version>2024.1.32-SNAPSHOT</version>
</parent>

<artifactId>manifold-rt</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions manifold-core-parent/manifold/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Manifold : Core

![latest](https://img.shields.io/badge/latest-v2024.1.31-royalblue.svg)
![latest](https://img.shields.io/badge/latest-v2024.1.32-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

Expand Down Expand Up @@ -741,11 +741,11 @@ repositories {
}

dependencies {
implementation 'systems.manifold:manifold-rt:2024.1.31'
implementation 'systems.manifold:manifold-rt:2024.1.32'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
annotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.31'
testAnnotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.31'
annotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.32'
testAnnotationProcessor group: 'systems.manifold', name: 'manifold', version: '2024.1.32'
}

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

<properties>
<!-- set latest manifold version here -->
<manifold.version>2024.1.31</manifold.version>
<manifold.version>2024.1.32</manifold.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -835,10 +835,10 @@ Comprehensive IDE support is also available for IntelliJ IDEA and Android Studio
# Javadoc

`manifold`:<br>
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold/2024.1.31/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold/2024.1.31)
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold/2024.1.32/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold/2024.1.32)

`manifold-rt`:<br>
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-rt/2024.1.31/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-rt/2024.1.31)
[![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)

# License

Expand Down
2 changes: 1 addition & 1 deletion manifold-core-parent/manifold/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-core-parent</artifactId>
<version>2024.1.31-SNAPSHOT</version>
<version>2024.1.32-SNAPSHOT</version>
</parent>

<artifactId>manifold</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions manifold-core-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-parent</artifactId>
<version>2024.1.31-SNAPSHOT</version>
<version>2024.1.32-SNAPSHOT</version>
</parent>

<artifactId>manifold-core-parent</artifactId>
Expand All @@ -28,7 +28,7 @@
<artifactId>manifold-javadoc-agent</artifactId>
<scope>provided</scope>
<optional>true</optional>
<version>2024.1.31-SNAPSHOT</version>
<version>2024.1.32-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-collections-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-deps-parent</artifactId>
<version>2024.1.31-SNAPSHOT</version>
<version>2024.1.32-SNAPSHOT</version>
</parent>

<artifactId>manifold-collections-test</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions manifold-deps-parent/manifold-collections/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ repositories {
}
dependencies {
implementation 'systems.manifold:manifold-collections:2024.1.31'
implementation 'systems.manifold:manifold-collections:2024.1.32'
testImplementation 'junit:junit:4.12'
// Add manifold to -processorpath for javac
annotationProcessor group: 'systems.manifold', name: 'manifold-collections', version: '2024.1.31'
annotationProcessor group: 'systems.manifold', name: 'manifold-collections', version: '2024.1.32'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
Expand Down Expand Up @@ -225,7 +225,7 @@ rootProject.name = 'MyExtProject'

<properties>
<!-- set latest manifold version here -->
<manifold.version>2024.1.31</manifold.version>
<manifold.version>2024.1.32</manifold.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -269,7 +269,7 @@ rootProject.name = 'MyExtProject'
# Javadoc

`manifold-collections`:<br>
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-collections/2024.1.31/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-collections/2024.1.31)
[![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)

# License

Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-collections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-deps-parent</artifactId>
<version>2024.1.31-SNAPSHOT</version>
<version>2024.1.32-SNAPSHOT</version>
</parent>

<artifactId>manifold-collections</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-csv-rt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-deps-parent</artifactId>
<version>2024.1.31-SNAPSHOT</version>
<version>2024.1.32-SNAPSHOT</version>
</parent>

<artifactId>manifold-csv-rt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-csv-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-deps-parent</artifactId>
<version>2024.1.31-SNAPSHOT</version>
<version>2024.1.32-SNAPSHOT</version>
</parent>

<artifactId>manifold-csv-test</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions manifold-deps-parent/manifold-csv/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Manifold : CSV (comma-separated values)

![latest](https://img.shields.io/badge/latest-v2024.1.31-royalblue.svg)
![latest](https://img.shields.io/badge/latest-v2024.1.32-royalblue.svg)
[![chat](https://img.shields.io/badge/discord-manifold-seagreen.svg?logo=discord)](https://discord.gg/9x2pCPAASn)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&style=flat&color=tan)](https://github.com/manifold-systems/manifold)

Expand Down Expand Up @@ -324,11 +324,11 @@ repositories {
}
dependencies {
implementation 'systems.manifold:manifold-csv-rt:2024.1.31'
implementation 'systems.manifold:manifold-csv-rt:2024.1.32'
testCompile 'junit:junit:4.12'
// Add manifold to -processorpath for javac
annotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.31'
testAnnotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.31'
annotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.32'
testAnnotationProcessor group: 'systems.manifold', name: 'manifold-csv', version: '2024.1.32'
}
if (JavaVersion.current() != JavaVersion.VERSION_1_8 &&
Expand Down Expand Up @@ -364,7 +364,7 @@ rootProject.name = 'MyProject'

<properties>
<!-- set latest manifold version here -->
<manifold.version>2024.1.31</manifold.version>
<manifold.version>2024.1.32</manifold.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -408,10 +408,10 @@ rootProject.name = 'MyProject'
# Javadoc

`manifold-csv`:<br>
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv/2024.1.31/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv/2024.1.31)
[![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)

`manifold-csv-rt`:<br>
[![javadoc](https://javadoc.io/badge2/systems.manifold/manifold-csv-rt/2024.1.31/javadoc.svg)](https://javadoc.io/doc/systems.manifold/manifold-csv-rt/2024.1.31)
[![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)

# License

Expand Down
2 changes: 1 addition & 1 deletion manifold-deps-parent/manifold-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>systems.manifold</groupId>
<artifactId>manifold-deps-parent</artifactId>
<version>2024.1.31-SNAPSHOT</version>
<version>2024.1.32-SNAPSHOT</version>
</parent>

<artifactId>manifold-csv</artifactId>
Expand Down
Loading

0 comments on commit 6f3fbf8

Please sign in to comment.