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 d589334 commit 88e5e86Copy full SHA for 88e5e86
CHANGELOG.txt
@@ -1,6 +1,11 @@
1
=== (ongoing) ===
2
* implement behavior for .gitignore
3
4
+=== 0.2.4 ==
5
+* feature: added `hard_ignore` and `ignore_file` mount options
6
+* fixed: `link` syscall
7
+* change: `.gitmodules` file is read-only
8
+
9
=== 0.2.3 ===
10
* feature: send erros to sentry. Can be configured by environment variable SENTRY_DSN or sentry_dsn mount option
11
* fixed the way .gitignore entries are checked
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.2.3"
+__version__ = "0.2.4"
16
17
18
def mount():
0 commit comments