Skip to content

Commit d84e0ae

Browse files
committed
Bump version
1 parent 1c99abb commit d84e0ae

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.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+
49
=== 0.2.2 ===
510
* upgrade to pygit2 0.21.4
611
* fix #157: use `log.exception` to log exception when push/fetch fails

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.2.1"
15+
__version__ = "0.2.3"
1616

1717

1818
def mount():

0 commit comments

Comments
 (0)