Skip to content

Commit dbc84d8

Browse files
authored
Merge pull request #20 from abranhe/changelog
changes to changelog
2 parents 86b1ba2 + e11a548 commit dbc84d8

File tree

2 files changed

+25
-20
lines changed

2 files changed

+25
-20
lines changed

.github/contributing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ for "Bubble Sort" and so on).
5050

5151
### Style
5252

53+
<p id="changelog">Please <b>DO NOT EDIT CHANGELOG</b> on your pull requests, this is must be edited by one of the write access maintainers when they going to drop a new release.</p>
54+
5355
This repository follow the [PEP8 Style Gide for Python](https://www.python.org/dev/peps/pep-0008/), so make sure you lint your code before adding a new pull request.
5456

5557
Each `.py` file should have the following header. (no for testing files)

changelog.md

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,41 @@
11
<div align="left">
2-
<img src="https://cdn.abraham.gq/projects/algorithms/algorithms.svg" alt="Algorithms"> <img src="http://konpa.github.io/devicon/devicon.git/icons/python/python-original.svg" width="50px">
2+
<h1><img src="https://cdn.abranhe.com/projects/algorithms/algorithms.svg" alt="Algorithms" height="30px">
3+
<img src="https://cdn.abranhe.com/projects/algorithms/logos/python.svg" width="30px">
4+
Changelog
5+
</h1>
36
<div>
47

5-
# Version `0.0.0`
8+
# `0.0.1`
69

7-
Date: October 9, 2018
8-
9-
### Algorithms:
10-
11-
- ### Searches
12-
- Merge Sort
13-
14-
- ### Sorting
15-
- Bubble Sort
16-
17-
# Version `0.0.1`
18-
19-
Date: TO ADDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD, 2018
10+
Date: **TODO**
2011

21-
### Algorithms:
12+
> Algorithms:
2213
2314
Added:
2415

25-
- ### Searches
16+
- **Searches**
2617
- Fibonacci Search
2718
- Jump Search
2819

29-
- ### Sorting
20+
- **Sorting**
3021
- Bubble Sort
3122
- Cocktail Shaker Sort
3223
- Insertion Sort
3324
- Pigeonhole Sort
3425
- Selection Sort
3526
- Stooge Sort
3627

37-
- ### String
38-
- Palindrome Checker
28+
- **String**
29+
- Palindrome Checker
30+
31+
# `0.0.0`
32+
33+
Date: October 9, 2018
34+
35+
> Algorithms:
36+
37+
- **Searches**
38+
- Merge Sort
39+
40+
- **Sorting**
41+
- Bubble Sort

0 commit comments

Comments
 (0)