Skip to content

GH-125: Release version 1.1.1 #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 12, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Release version 1.1.1
  • Loading branch information
rain1024 committed Feb 12, 2023
commit 5345f3e89bbddfa55337f93c0d2f5350a594454f
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# History

## 1.1.1 (2023-02-12)

* GH-147: Skiplist in C++ by @rain1024 in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/148
* add Python string by @quang-ph in https://github.com/rain1024/datastructures-algorithms-competitive-programming/
pull/155

## 1.1.0 (2023-02-06)

* GH-149: add Python Sorting by @quang-ph in https://github.com/rain1024/datastructures-algorithms-competitive-programming/pull/150
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1