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 13fb22a commit 53e92a3Copy full SHA for 53e92a3
CHANGELOG.txt
@@ -1,6 +1,10 @@
1
=== (ongoing) ===
2
* implement behavior for .gitignore
3
4
+=== 0.4.2 ==
5
+* fix pending writers bug #223
6
+* cleanup code and error messages (thanks to @promulo and @ChristianAlexander)
7
+
8
=== 0.4.1 ==
9
* add credentials to push and fetch operations #226 (hotfix)
10
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.1"
+__version__ = "0.4.2"
16
17
18
def mount():
0 commit comments