Skip to content

Commit c6c38f9

Browse files
authored
tag v0.2, breaking version (#106)
* tag next version * remove using DelimitedFiles * copy exact GLMakie config
1 parent 9950c72 commit c6c38f9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/Documenter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ jobs:
3838
- name: Pull Julia cache
3939
uses: julia-actions/cache@v2
4040
- name: Install documentation dependencies
41-
run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
41+
run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev xsettingsd x11-xserver-utils
4242
- name: Install custom documentation dependencies
4343
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate(); Pkg.precompile(); Pkg.status()'
44-
#- name: Creating new mds from src
4544
- name: Build and deploy
4645
env:
4746
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Tyler"
22
uuid = "e170d443-b9d6-418a-9ee8-061e966341ef"
33
authors = ["SimonDanisch <sdanisch@gmail.com>", "Lazaro Alonso <lazarus.alon@gmail.com>", "Martijn Visser <mgvisser@gmail.com>", "Rafael Schouten <rafaelschouten@gmail.com>"]
4-
version = "0.1.5"
4+
version = "0.2.0"
55

66
[deps]
77
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"

src/Tyler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using Makie: AbstractAxis
1616
using LinearAlgebra, GeometryBasics
1717
using GeometryBasics
1818
using Proj
19-
using Statistics, DelimitedFiles
19+
using Statistics
2020
using PointClouds
2121
using ArchGDAL
2222
import GeoFormatTypes as GFT

0 commit comments

Comments
 (0)