Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Apr 6, 2023
1 parent e49aede commit bb37b2f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
# if: startsWith(github.ref, 'refs/tags/')
with:
name: ExCode
tag_name: v1.2.0
tag_name: v1.2.1
prerelease: true
generate_release_notes: true
files: |
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
For currently known issues, check the [GitHub issues tab](https://github.com/dhzdhd/ExCode/issues?q=is%3Aopen+is%3Aissue+label%3Abug)

## 1.2.1 | 06-04-2023

### Fixes / Improvements

- Fixed editor line number size inconsistencies.
- Fixed autocomplete popup clipping.

## 1.2.0 | 17-03-2023

### Additions
Expand Down
2 changes: 0 additions & 2 deletions lib/src/home/widgets/editor.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:ffi';

import 'package:desktop_drop/desktop_drop.dart';
import 'package:excode/src/home/providers/editor_provider.dart';
import 'package:excode/src/home/providers/output_provider.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A code execution editor which supports multiple languages.

publish_to: 'none'

version: 1.2.0
version: 1.2.1

environment:
sdk: ">=2.19.2 <3.0.0"
Expand Down

0 comments on commit bb37b2f

Please sign in to comment.