Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: S1M0N38/base.nvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c094ee92b5d5516c383e5c31b492072b782b477f
Choose a base ref
..
head repository: S1M0N38/base.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f08391d133bfad6796434267d6d9a98e88b8f336
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −0 CHANGELOG.md
  2. +1 −2 base.nvim-scm-1.rockspec
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@

### Bug Fixes

* change user variable to local scope in rockspec ([114f882](https://github.com/S1M0N38/base.nvim/commit/114f88220d55f2f67beb46485cde25cd97a2e4e4))
* comment out unused environment variables in run-tests.yml ([619ba9e](https://github.com/S1M0N38/base.nvim/commit/619ba9ea63ff3b1e2ec55b834f5f56e8ebb06a6a))

## [1.0.0](https://github.com/S1M0N38/base.nvim/compare/v0.1.1...v1.0.0) (2024-09-15)
3 changes: 1 addition & 2 deletions base.nvim-scm-1.rockspec
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ local _MODREV, _SPECREV = "scm", "-1"
rockspec_format = "3.0"
version = _MODREV .. _SPECREV

user = "S1M0N38"
local user = "S1M0N38"
package = "base.nvim"

description = {
@@ -25,4 +25,3 @@ source = {
build = {
type = "builtin",
}