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 1c99abb commit d84e0aeCopy full SHA for d84e0ae
CHANGELOG.txt
@@ -1,6 +1,11 @@
1
=== (ongoing) ===
2
* implement behavior for .gitignore
3
4
+=== 0.2.3 ===
5
+* feature: send erros to sentry. Can be configured by environment variable SENTRY_DSN or sentry_dsn mount option
6
+* fixed the way .gitignore entries are checked
7
+* improved logging
8
+
9
=== 0.2.2 ===
10
* upgrade to pygit2 0.21.4
11
* fix #157: use `log.exception` to log exception when push/fetch fails
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.2.1"
+__version__ = "0.2.3"
16
17
18
def mount():
0 commit comments