Skip to content

Commit 73f6d2a

Browse files
committed
Prepare for release
1 parent ce6d2e3 commit 73f6d2a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*.phc
1111
*.dSYM
1212
*.deps
13+
*.tgz
1314

1415
zephir.phar
1516
autom4te.cache/

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- 2.2.1
2-
- Optimize 2D convolution
2+
- Optimize 2D convolution operation
33
- Fix and optimize vector convolve 1D operation
44

55
- 2.2.0

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
<email>[email protected]</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2021-02-28</date>
13+
<date>2021-03-07</date>
1414
<version>
1515
<release>2.2.1</release>
16-
<api>2.2.1</api>
16+
<api>2.2</api>
1717
</version>
1818
<stability>
1919
<release>stable</release>
2020
<api>stable</api>
2121
</stability>
2222
<license uri="https://github.com/RubixML/Tensor/blob/master/LICENSE">MIT</license>
2323
<notes>
24-
- Optimize 2D convolution
24+
- Optimize 2D convolution operation
2525
- Fix and optimize vector convolve 1D operation
2626
</notes>
2727
<contents>

0 commit comments

Comments
 (0)