Skip to content

Commit b81e07f

Browse files
authored
GH-125: Release version 1.0.1 (#132)
1 parent 22733d1 commit b81e07f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## 1.0.1 (2023-01-08)
4+
5+
* GH-129: Set in C++ by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/130
6+
* GH-128: add python queue by @quang-ph in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/131
7+
38
## 1.0.0 (2023-01-01)
49

510
* GH-13: Solve problem codejam2022PunchedCards by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/107

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository contains introductions and examples of many popular data structu
44

55
Each data structures and algorithm has its own separate article with related explanations and links for further reading (including ones to YouTube videos).
66

7-
[New Version 1.0.0 is released.](https://github.com/rain1024/datastructures-algorithms-competitive-programming/releases)
7+
[New Version 1.0.1 is released.](https://github.com/rain1024/datastructures-algorithms-competitive-programming/releases)
88

99
## 📙 Data Structures & Algorithms
1010

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)