Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for release #210

Merged
merged 1 commit into from
Jan 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Removed

## [1.39.0] - 2022-01-07

### Added

- Added `--ignore-permissions` flag to `status` and `diff` to allow the commands to ignore permissions changes
- Add `--name-status` flag to `mepo diff`

### Changed

- When running `mepo compare` and `mepo status`, detatched branches will also display the commit id:
```
GEOSgcm_GridComp | (b) feature/aogcm (DH, 0793f7b2)
```
```
GEOSgcm_GridComp | (b) feature/aogcm (DH, 0793f7b2)
```
- GitHub Actions updates
- Uses `pypy-3.8` specifically
- Have `pip` install from `requirements.txt`

### Removed

## [1.38.0] - 2021-09-10

### Added
Expand Down