Skip to content

Commit

Permalink
Remove remaining references to develop branch, using main now
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Mar 11, 2024
1 parent ce6ea44 commit afdaf11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
target-branch: develop
target-branch: main
schedule:
interval: daily
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: develop
target-branch: main
reviewers:
- jas88
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "main","develop" ]
branches: [ "main" ]
pull_request:
branches: [ "main","develop" ]
branches: [ "main" ]
schedule:
- cron: "11 4 * * 3"

Expand Down
14 changes: 2 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump Npgsql from 7.0.4 to 8.0.2
- Bump Oracle.ManagedDataAccess.Core from 3.21.100 to 3.21.130

## [3.2.0] - 2023-03-04

- Target .Net 8.0
- Enable AOT compatibility, though upstream dependencies still have issues
- Nullable annotations enabled (some warnings remain)
- Bump HIC.TypeGuesser from 1.1.0 to 1.2.3
- Bump Microsoft.Data.SqlClient from 5.1.1 to 5.2.0
- Bump MySqlConnector from 2.2.6 to 2.3.5
- Bump Npgsql from 7.0.4 to 8.0.2
- Bump Oracle.ManagedDataAccess.Core from 3.21.100 to 3.21.130

## [3.1.1] - 2023-09-01

- Bugfix: MySQL text was erroneously capped at 64k (TEXT) instead of LONGTEXT (4GiB)
Expand Down Expand Up @@ -378,7 +367,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed Drop table to work correctly with Views
- Exists now works correctly for Views (previously it would return true if there was no view but a table with the same name)

[Unreleased]: https://github.com/HicServices/FAnsiSql/compare/v3.2.0...develop
[Unreleased]: https://github.com/HicServices/FAnsiSql/compare/v3.2.1...main
[3.2.1]: https://github.com/HicServices/FAnsiSql/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/HicServices/FAnsiSql/compare/v3.1.1...v3.2.0
[3.1.1]: https://github.com/HicServices/FAnsiSql/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/HicServices/FAnsiSql/compare/3.0.1...v3.1.0
Expand Down

0 comments on commit afdaf11

Please sign in to comment.