Skip to content

Commit 0c65b0d

Browse files
authored
v7.6
1 parent d28aefb commit 0c65b0d

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

choco/ReadMe.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# createstructure
2-
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/createstructure/createstructure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v7.5-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/createstructure/createstructure) ![PyPI](https://img.shields.io/pypi/v/createstructure)
2+
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/createstructure/createstructure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v7.6-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/createstructure/createstructure) ![PyPI](https://img.shields.io/pypi/v/createstructure)
33

44
![](https://github.com/CastellaniDavide/createstructure/raw/master/docs/createstructure.png)
55

@@ -166,6 +166,8 @@ With this program, you can easily create a repository on GitHub :octocat: with a
166166

167167
### Changelog
168168
![](https://www.ashoka.org/sites/default/files/styles/medium_1600x1000/public/old_way_new_way.jpg?itok=3JnbJz4O)
169+
- [7.6_2021-03-13](#76_2021-03-13)
170+
- [7.5_2021-03-07](#75_2021-03-07)
169171
- [7.4_2021-03-07](#74_2021-03-07)
170172
- [7.3_2021-03-07](#73_2021-03-07)
171173
- [7.2_2021-03-04](#72_2021-03-04)
@@ -186,6 +188,9 @@ With this program, you can easily create a repository on GitHub :octocat: with a
186188
- [2.0_2020-03-24](#20_2020-03-24)
187189
- [1.0_2020-03-24](#10_2020-03-24)
188190

191+
#### 7.5_2021-03-13
192+
- Optimized launcher (createstructure.c)
193+
189194
#### 7.5_2021-03-07
190195
- Fixed a bug
191196
- Added the avariability for not-texual files

choco/createstructure.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>createstructure</id>
5-
<version>7.5</version>
5+
<version>7.6</version>
66
<title>createstructure</title>
77
<authors>Castellani Davide</authors>
88
<projectUrl>https://github.com/createstructure/createstructure</projectUrl>

debian/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
createstructure (7.6) focal; urgency=medium
2+
3+
* Optimized launcher (createstructure.c)
4+
5+
-- Castellani Davide <help@castellanidavide.it> Sat, 13 Mar 2021 19:42:00 +1000
6+
17
createstructure (7.5) focal; urgency=medium
28

39
* Fixed a bug

docs/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# createstructure
2-
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/createstructure/createstructure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v7.5-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/createstructure/createstructure) ![PyPI](https://img.shields.io/pypi/v/createstructure)
2+
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/createstructure/createstructure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v7.6-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/createstructure/createstructure) ![PyPI](https://img.shields.io/pypi/v/createstructure)
33

44
![](https://github.com/CastellaniDavide/createstructure/raw/master/docs/createstructure.png)
55

@@ -166,6 +166,8 @@ With this program, you can easily create a repository on GitHub :octocat: with a
166166

167167
### Changelog
168168
![](https://www.ashoka.org/sites/default/files/styles/medium_1600x1000/public/old_way_new_way.jpg?itok=3JnbJz4O)
169+
- [7.6_2021-03-13](#76_2021-03-13)
170+
- [7.5_2021-03-07](#75_2021-03-07)
169171
- [7.4_2021-03-07](#74_2021-03-07)
170172
- [7.3_2021-03-07](#73_2021-03-07)
171173
- [7.2_2021-03-04](#72_2021-03-04)
@@ -186,6 +188,9 @@ With this program, you can easily create a repository on GitHub :octocat: with a
186188
- [2.0_2020-03-24](#20_2020-03-24)
187189
- [1.0_2020-03-24](#10_2020-03-24)
188190

191+
#### 7.5_2021-03-13
192+
- Optimized launcher (createstructure.c)
193+
189194
#### 7.5_2021-03-07
190195
- Fixed a bug
191196
- Added the avariability for not-texual files

0 commit comments

Comments
 (0)