We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c22970 commit 1e01345Copy full SHA for 1e01345
CHANGELOG.txt
@@ -1,5 +1,8 @@
1
-=== (ongoing) ===
2
-* implement behavior for .gitignore
+=== 0.4.4 ==
+* 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
6
7
=== 0.4.3 ==
8
* improve commit message thanks to @tusharmakkar08
gitfs/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.4.3"
+__version__ = "0.4.4"
16
17
18
def mount():
0 commit comments