Skip to content

Commit 88e5e86

Browse files
committed
Bump version
1 parent d589334 commit 88e5e86

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
=== (ongoing) ===
22
* implement behavior for .gitignore
33

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+
49
=== 0.2.3 ===
510
* feature: send erros to sentry. Can be configured by environment variable SENTRY_DSN or sentry_dsn mount option
611
* fixed the way .gitignore entries are checked

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.2.3"
15+
__version__ = "0.2.4"
1616

1717

1818
def mount():

0 commit comments

Comments
 (0)