Skip to content

Commit 1e01345

Browse files
committed
Bump version to 0.4.4
1 parent 0c22970 commit 1e01345

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
=== (ongoing) ===
2-
* implement behavior for .gitignore
1+
=== 0.4.4 ==
2+
* show a helpful message when trying to clone an empty repository #239
3+
* log exception only on failed push #240
4+
* add sentry tags #244
5+
* upgrade pygit2 to 0.24.1
36

47
=== 0.4.3 ==
58
* improve commit message thanks to @tusharmakkar08

gitfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.4.3"
15+
__version__ = "0.4.4"
1616

1717

1818
def mount():

0 commit comments

Comments
 (0)