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 db2dab1 commit 1edd70dCopy full SHA for 1edd70d
CHANGELOG.txt
@@ -1,6 +1,9 @@
1
=== (ongoing) ===
2
* implement behavior for .gitignore
3
4
+=== 0.4.3 ==
5
+* improve commit message thanks to @tusharmakkar08
6
+
7
=== 0.4.2 ==
8
* fix pending writers bug #223
9
* cleanup code and error messages (thanks to @promulo and @ChristianAlexander)
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.2"
+__version__ = "0.4.3"
16
17
18
def mount():
0 commit comments