Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 9957927

Browse files
committed
update CHANGELOG.md
1 parent 3e0325e commit 9957927

16 files changed

+107
-69
lines changed

CHANGELOG.md

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

3+
## Version 0.6.7 (2020/03/15)
4+
5+
#### New Features
6+
7+
* [Issue 27](https://github.com/SamR1/python-twootfeed/issues/27) - generate documentation with sphinx
8+
* [Issue 26](https://github.com/SamR1/python-twootfeed/issues/26) - [Mastodon] add feed with user's bookmarks
9+
10+
In this release 2 issue were closed.
11+
12+
313
## Version 0.6.6 (2019/10/20)
414

515
#### Misc

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.6
1+
0.6.7

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 9bb041ae8d48f10f011ae9f45d95b00f
3+
config: 4a6bfa2fd5ee03a103b7cd589c9f2bf0
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/changelog.md.txt

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

3+
## Version 0.6.7 (2020/03/15)
4+
5+
#### New Features
6+
7+
* [Issue 27](https://github.com/SamR1/python-twootfeed/issues/27) - generate documentation with sphinx
8+
* [Issue 26](https://github.com/SamR1/python-twootfeed/issues/26) - [Mastodon] add feed with user's bookmarks
9+
10+
In this release 2 issue were closed.
11+
12+
313
## Version 0.6.6 (2019/10/20)
414

515
#### Misc

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.6.6',
3+
VERSION: '0.6.7',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/changelog.html

Lines changed: 65 additions & 50 deletions
Large diffs are not rendered by default.

docs/features.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Features &mdash; twootfeed 0.6.6
11+
<title>Features &mdash; twootfeed 0.6.7
1212
documentation</title>
1313

1414

@@ -62,7 +62,7 @@
6262

6363

6464
<div class="version">
65-
0.6.6
65+
0.6.7
6666

6767
</div>
6868

docs/genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1111

12-
<title>Index &mdash; twootfeed 0.6.6
12+
<title>Index &mdash; twootfeed 0.6.7
1313
documentation</title>
1414

1515

@@ -61,7 +61,7 @@
6161

6262

6363
<div class="version">
64-
0.6.6
64+
0.6.7
6565

6666
</div>
6767

docs/how-to-developers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Quick start for developers &mdash; twootfeed 0.6.6
11+
<title>Quick start for developers &mdash; twootfeed 0.6.7
1212
documentation</title>
1313

1414

@@ -62,7 +62,7 @@
6262

6363

6464
<div class="version">
65-
0.6.6
65+
0.6.7
6666

6767
</div>
6868

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Welcome to twootfeed’s documentation! &mdash; twootfeed 0.6.6
11+
<title>Welcome to twootfeed’s documentation! &mdash; twootfeed 0.6.7
1212
documentation</title>
1313

1414

@@ -61,7 +61,7 @@
6161

6262

6363
<div class="version">
64-
0.6.6
64+
0.6.7
6565

6666
</div>
6767

0 commit comments

Comments
 (0)